Html Css Color HEX #6999DF Cornflower Blue

📋 copy color: '#6999DF'

red 105 ◦ green 153 ◦ blue 223

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

Shades of Cornflower Blue #6999DF

Tints of Cornflower Blue #6999DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 46.36%

R = 21.83%
G = 31.81%
B = 46.36%

CMYK

 C value IS 0.53

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6999DF (or 0x6999DF) is known color: Cornflower Blue. HEX triplet: 69, 99 and DF. RGB value is (105,153,223). Sum of RGB (Red+Green+Blue) = 105+153+223=481 (63% of max value = 765). Red value is 105 (41.41% from 255 or 21.83% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 223 (87.5% from 255 or 46.36% from 481); Max value from RGB is 223 - color contains mainly: blue. Hex color #6999DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999DF is #966620. Grayscale: #929292. Windows color (decimal): -9856545 or 14653801. OLE color: 14653801.

HSL color Cylindrical-coordinate representation of color #6999DF: hue angle of 215.59º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6999DF is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 153 223 -
CMYK 0.53 0.31 0 0.13
HSL 215.59º 0.65% 0.64% -
HSV(B) 215.59º 0.53% 0.87% -
XYZ 30.54 31.11 74.21 -
YUV 146.63 171.1 98.31 -
System Red Green Blue C M Y K H S L
Decimal 105 153 223 0.53 0.31 0 0.13 215.59 0.65 0.64
Hex 69 99 DF 35 1F 0 D D8 41 40
Octal 151 231 337 65 37 0 15 330 101 100
Binary 1101001 10011001 11011111 110101 11111 0 1101 11011000 1000001 1000000

Color Harmonies of #6999DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999DF

Black with #6999DF

Text Example


Text Example

White with #6999DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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