Html Css Color HEX #697DD8 Cornflower Blue

📋 copy color: '#697DD8'

red 105 ◦ green 125 ◦ blue 216

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

Shades of Cornflower Blue #697DD8

Tints of Cornflower Blue #697DD8

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

 BLUE value IS 216 (84.77% from 255) = 48.43%

R = 23.54%
G = 28.03%
B = 48.43%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#697DD8 (or 0x697DD8) is known color: Cornflower Blue. HEX triplet: 69, 7D and D8. RGB value is (105,125,216). Sum of RGB (Red+Green+Blue) = 105+125+216=446 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.54% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 216 (84.77% from 255 or 48.43% from 446); Max value from RGB is 216 - color contains mainly: blue. Hex color #697DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #697DD8 is #968227. Grayscale: #818181. Windows color (decimal): -9863720 or 14187881. OLE color: 14187881.

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

Color convert

RGB 105 125 216 -
CMYK 0.51 0.42 0 0.15
HSL 229.19º 0.59% 0.63% -
HSV(B) 229.19º 0.51% 0.85% -
XYZ 25.55 22.63 67.99 -
YUV 129.39 176.87 110.6 -
System Red Green Blue C M Y K H S L
Decimal 105 125 216 0.51 0.42 0 0.15 229.19 0.59 0.63
Hex 69 7D D8 33 2A 0 F E5 3B 3F
Octal 151 175 330 63 52 0 17 345 73 77
Binary 1101001 1111101 11011000 110011 101010 0 1111 11100101 111011 111111

Color Harmonies of #697DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #697DD8

Black with #697DD8

Text Example


Text Example

White with #697DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,125,216); }

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

background-color css

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

 a { background-color: rgb(105,125,216); }

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

border-color css

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

 span { border-color: rgb(105,125,216); }

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