Html Css Color HEX #697CEA Cornflower Blue

📋 copy color: '#697CEA'

red 105 ◦ green 124 ◦ blue 234

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

Shades of Cornflower Blue #697CEA

Tints of Cornflower Blue #697CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 50.54%

R = 22.68%
G = 26.78%
B = 50.54%

CMYK

 C value IS 0.55

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#697CEA (or 0x697CEA) is known color: Cornflower Blue. HEX triplet: 69, 7C and EA. RGB value is (105,124,234). Sum of RGB (Red+Green+Blue) = 105+124+234=463 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.68% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 234 (91.80% from 255 or 50.54% from 463); Max value from RGB is 234 - color contains mainly: blue. Hex color #697CEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697CEA is #968315. Grayscale: #828282. Windows color (decimal): -9863958 or 15367273. OLE color: 15367273.

HSL color Cylindrical-coordinate representation of color #697CEA: hue angle of 231.16º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #697CEA is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 124 234 -
CMYK 0.55 0.47 0 0.08
HSL 231.16º 0.75% 0.66% -
HSV(B) 231.16º 0.55% 0.92% -
XYZ 27.88 23.36 80.88 -
YUV 130.86 186.21 109.56 -
System Red Green Blue C M Y K H S L
Decimal 105 124 234 0.55 0.47 0 0.08 231.16 0.75 0.66
Hex 69 7C EA 37 2F 0 8 E7 4B 42
Octal 151 174 352 67 57 0 10 347 113 102
Binary 1101001 1111100 11101010 110111 101111 0 1000 11100111 1001011 1000010

Color Harmonies of #697CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697CEA

Black with #697CEA

Text Example


Text Example

White with #697CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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