Html Css Color HEX #697BEA Cornflower Blue

📋 copy color: '#697BEA'

red 105 ◦ green 123 ◦ blue 234

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

Shades of Cornflower Blue #697BEA

Tints of Cornflower Blue #697BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.62%

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

R = 22.73%
G = 26.62%
B = 50.65%

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

#697BEA (or 0x697BEA) is known color: Cornflower Blue. HEX triplet: 69, 7B and EA. RGB value is (105,123,234). Sum of RGB (Red+Green+Blue) = 105+123+234=462 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.73% from 462); Green value is 123 (48.44% from 255 or 26.62% from 462); Blue value is 234 (91.80% from 255 or 50.65% from 462); Max value from RGB is 234 - color contains mainly: blue. Hex color #697BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BEA is #968415. Grayscale: #818181. Windows color (decimal): -9864214 or 15367017. OLE color: 15367017.

HSL color Cylindrical-coordinate representation of color #697BEA: hue angle of 231.63º 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 #697BEA is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 105 123 234 -
CMYK 0.55 0.47 0 0.08
HSL 231.63º 0.75% 0.66% -
HSV(B) 231.63º 0.55% 0.92% -
XYZ 27.76 23.11 80.84 -
YUV 130.27 186.54 109.97 -
System Red Green Blue C M Y K H S L
Decimal 105 123 234 0.55 0.47 0 0.08 231.63 0.75 0.66
Hex 69 7B EA 37 2F 0 8 E8 4B 42
Octal 151 173 352 67 57 0 10 350 113 102
Binary 1101001 1111011 11101010 110111 101111 0 1000 11101000 1001011 1000010

Color Harmonies of #697BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BEA

Black with #697BEA

Text Example


Text Example

White with #697BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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