Html Css Color HEX #697BE0 Cornflower Blue

📋 copy color: '#697BE0'

red 105 ◦ green 123 ◦ blue 224

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

Shades of Cornflower Blue #697BE0

Tints of Cornflower Blue #697BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 49.56%

R = 23.23%
G = 27.21%
B = 49.56%

CMYK

 C value IS 0.53

 M value IS 0.45

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#697BE0 (or 0x697BE0) is known color: Cornflower Blue. HEX triplet: 69, 7B and E0. RGB value is (105,123,224). Sum of RGB (Red+Green+Blue) = 105+123+224=452 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.23% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 224 (87.89% from 255 or 49.56% from 452); Max value from RGB is 224 - color contains mainly: blue. Hex color #697BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697BE0 is #96841F. Grayscale: #808080. Windows color (decimal): -9864224 or 14711657. OLE color: 14711657.

HSL color Cylindrical-coordinate representation of color #697BE0: hue angle of 230.92º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #697BE0 is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 105 123 224 -
CMYK 0.53 0.45 0 0.12
HSL 230.92º 0.66% 0.65% -
HSV(B) 230.92º 0.53% 0.88% -
XYZ 26.36 22.55 73.48 -
YUV 129.13 181.54 110.79 -
System Red Green Blue C M Y K H S L
Decimal 105 123 224 0.53 0.45 0 0.12 230.92 0.66 0.65
Hex 69 7B E0 35 2D 0 C E7 42 41
Octal 151 173 340 65 55 0 14 347 102 101
Binary 1101001 1111011 11100000 110101 101101 0 1100 11100111 1000010 1000001

Color Harmonies of #697BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697BE0

Black with #697BE0

Text Example


Text Example

White with #697BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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