Html Css Color HEX #6999EC Cornflower Blue

📋 copy color: '#6999EC'

red 105 ◦ green 153 ◦ blue 236

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

Shades of Cornflower Blue #6999EC

Tints of Cornflower Blue #6999EC

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.97%

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

R = 21.26%
G = 30.97%
B = 47.77%

CMYK

 C value IS 0.56

 M value IS 0.35

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6999EC (or 0x6999EC) is known color: Cornflower Blue. HEX triplet: 69, 99 and EC. RGB value is (105,153,236). Sum of RGB (Red+Green+Blue) = 105+153+236=494 (65% of max value = 765). Red value is 105 (41.41% from 255 or 21.26% from 494); Green value is 153 (60.16% from 255 or 30.97% from 494); Blue value is 236 (92.58% from 255 or 47.77% from 494); Max value from RGB is 236 - color contains mainly: blue. Hex color #6999EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6999EC is #966613. Grayscale: #939393. Windows color (decimal): -9856532 or 15505769. OLE color: 15505769.

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

Color convert

RGB 105 153 236 -
CMYK 0.56 0.35 0 0.07
HSL 218.02º 0.78% 0.67% -
HSV(B) 218.02º 0.56% 0.93% -
XYZ 32.36 31.84 83.8 -
YUV 148.11 177.6 97.25 -
System Red Green Blue C M Y K H S L
Decimal 105 153 236 0.56 0.35 0 0.07 218.02 0.78 0.67
Hex 69 99 EC 38 23 0 7 DA 4E 43
Octal 151 231 354 70 43 0 7 332 116 103
Binary 1101001 10011001 11101100 111000 100011 0 111 11011010 1001110 1000011

Color Harmonies of #6999EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999EC

Black with #6999EC

Text Example


Text Example

White with #6999EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6999EC; }

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

 H1.HeaderClassName
 {
   color: #6999EC;
 }
 .AnyTagClassName
 {
   color: #6999EC;
 }
</style>

background-color css

<style>
 a { background-color: #6999EC; }

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

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

border-color css

<style>
 span { border-color: #6999EC; }

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

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