Html Css Color HEX #699BEC Cornflower Blue

📋 copy color: '#699BEC'

red 105 ◦ green 155 ◦ blue 236

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

Shades of Cornflower Blue #699BEC

Tints of Cornflower Blue #699BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 31.25%

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

R = 21.17%
G = 31.25%
B = 47.58%

CMYK

 C value IS 0.56

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#699BEC (or 0x699BEC) is known color: Cornflower Blue. HEX triplet: 69, 9B and EC. RGB value is (105,155,236). Sum of RGB (Red+Green+Blue) = 105+155+236=496 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.17% from 496); Green value is 155 (60.94% from 255 or 31.25% from 496); Blue value is 236 (92.58% from 255 or 47.58% from 496); Max value from RGB is 236 - color contains mainly: blue. Hex color #699BEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #699BEC is #966413. Grayscale: #949494. Windows color (decimal): -9856020 or 15506281. OLE color: 15506281.

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

Color convert

RGB 105 155 236 -
CMYK 0.56 0.34 0 0.07
HSL 217.1º 0.78% 0.67% -
HSV(B) 217.1º 0.56% 0.93% -
XYZ 32.69 32.5 83.91 -
YUV 149.28 176.94 96.41 -
System Red Green Blue C M Y K H S L
Decimal 105 155 236 0.56 0.34 0 0.07 217.1 0.78 0.67
Hex 69 9B EC 38 22 0 7 D9 4E 43
Octal 151 233 354 70 42 0 7 331 116 103
Binary 1101001 10011011 11101100 111000 100010 0 111 11011001 1001110 1000011

Color Harmonies of #699BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #699BEC

Black with #699BEC

Text Example


Text Example

White with #699BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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