Html Css Color HEX #699EEC Cornflower Blue

📋 copy color: '#699EEC'

red 105 ◦ green 158 ◦ blue 236

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

Shades of Cornflower Blue #699EEC

Tints of Cornflower Blue #699EEC

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.66%

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

R = 21.04%
G = 31.66%
B = 47.29%

CMYK

 C value IS 0.56

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#699EEC (or 0x699EEC) is known color: Cornflower Blue. HEX triplet: 69, 9E and EC. RGB value is (105,158,236). Sum of RGB (Red+Green+Blue) = 105+158+236=499 (66% of max value = 765). Red value is 105 (41.41% from 255 or 21.04% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #699EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699EEC is #966113. Grayscale: #969696. Windows color (decimal): -9855252 or 15507049. OLE color: 15507049.

HSL color Cylindrical-coordinate representation of color #699EEC: hue angle of 215.73º 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 #699EEC is Cyan = 0.56, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 158 236 -
CMYK 0.56 0.33 0 0.07
HSL 215.73º 0.78% 0.67% -
HSV(B) 215.73º 0.56% 0.93% -
XYZ 33.19 33.51 84.08 -
YUV 151.05 175.94 95.16 -
System Red Green Blue C M Y K H S L
Decimal 105 158 236 0.56 0.33 0 0.07 215.73 0.78 0.67
Hex 69 9E EC 38 21 0 7 D8 4E 43
Octal 151 236 354 70 41 0 7 330 116 103
Binary 1101001 10011110 11101100 111000 100001 0 111 11011000 1001110 1000011

Color Harmonies of #699EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699EEC

Black with #699EEC

Text Example


Text Example

White with #699EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #699EEC; }

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

 H1.HeaderClassName
 {
   color: #699EEC;
 }
 .AnyTagClassName
 {
   color: #699EEC;
 }
</style>

background-color css

<style>
 a { background-color: #699EEC; }

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

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

border-color css

<style>
 span { border-color: #699EEC; }

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

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