Html Css Color HEX #697CDA Cornflower Blue

📋 copy color: '#697CDA'

red 105 ◦ green 124 ◦ blue 218

#697CDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #697CDA

Tints of Cornflower Blue #697CDA

RGB

 RED value IS 105 (41.41% from 255) = 23.49%

 GREEN value IS 124 (48.83% from 255) = 27.74%

 BLUE value IS 218 (85.55% from 255) = 48.77%

R = 23.49%
G = 27.74%
B = 48.77%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#697CDA (or 0x697CDA) is known color: Cornflower Blue. HEX triplet: 69, 7C and DA. RGB value is (105,124,218). Sum of RGB (Red+Green+Blue) = 105+124+218=447 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.49% from 447); Green value is 124 (48.83% from 255 or 27.74% from 447); Blue value is 218 (85.55% from 255 or 48.77% from 447); Max value from RGB is 218 - color contains mainly: blue. Hex color #697CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697CDA is #968325. Grayscale: #808080. Windows color (decimal): -9863974 or 14318697. OLE color: 14318697.

HSL color Cylindrical-coordinate representation of color #697CDA: hue angle of 229.91º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #697CDA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 124 218 -
CMYK 0.52 0.43 0 0.15
HSL 229.91º 0.6% 0.63% -
HSV(B) 229.91º 0.52% 0.85% -
XYZ 25.69 22.48 69.31 -
YUV 129.04 178.21 110.86 -
System Red Green Blue C M Y K H S L
Decimal 105 124 218 0.52 0.43 0 0.15 229.91 0.6 0.63
Hex 69 7C DA 34 2B 0 F E6 3C 3F
Octal 151 174 332 64 53 0 17 346 74 77
Binary 1101001 1111100 11011010 110100 101011 0 1111 11100110 111100 111111

Color Harmonies of #697CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CDA

Black with #697CDA

Text Example


Text Example

White with #697CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #697CDA; }

 p { color: rgb(105,124,218); }

 H1.HeaderClassName
 {
   color: #697CDA;
 }
 .AnyTagClassName
 {
   color: #697CDA;
 }
</style>

background-color css

<style>
 a { background-color: #697CDA; }

 a { background-color: rgb(105,124,218); }

 div.DivClassName
 {
   background-color: #697CDA;
 }
 .BgClassName
 {
   background-color: #697CDA;
 }
</style>

border-color css

<style>
 span { border-color: #697CDA; }

 span { border-color: rgb(105,124,218); }

 td.TdClassName
 {
   border-color: #697CDA;
 }
 .TagClassName
 {
   border-color: #697CDA;
 }
</style>