Html Css Color HEX #697BEC Cornflower Blue

📋 copy color: '#697BEC'

red 105 ◦ green 123 ◦ blue 236

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

Shades of Cornflower Blue #697BEC

Tints of Cornflower Blue #697BEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.86%

R = 22.63%
G = 26.51%
B = 50.86%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#697BEC (or 0x697BEC) is known color: Cornflower Blue. HEX triplet: 69, 7B and EC. RGB value is (105,123,236). Sum of RGB (Red+Green+Blue) = 105+123+236=464 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.63% from 464); Green value is 123 (48.44% from 255 or 26.51% from 464); Blue value is 236 (92.58% from 255 or 50.86% from 464); Max value from RGB is 236 - color contains mainly: blue. Hex color #697BEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #697BEC is #968413. Grayscale: #828282. Windows color (decimal): -9864212 or 15498089. OLE color: 15498089.

HSL color Cylindrical-coordinate representation of color #697BEC: hue angle of 231.76º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #697BEC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 123 236 -
CMYK 0.56 0.48 0 0.07
HSL 231.76º 0.78% 0.67% -
HSV(B) 231.76º 0.56% 0.93% -
XYZ 28.05 23.23 82.36 -
YUV 130.5 187.54 109.81 -
System Red Green Blue C M Y K H S L
Decimal 105 123 236 0.56 0.48 0 0.07 231.76 0.78 0.67
Hex 69 7B EC 38 30 0 7 E8 4E 43
Octal 151 173 354 70 60 0 7 350 116 103
Binary 1101001 1111011 11101100 111000 110000 0 111 11101000 1001110 1000011

Color Harmonies of #697BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BEC

Black with #697BEC

Text Example


Text Example

White with #697BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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