Html Css Color HEX #6996DA Cornflower Blue

📋 copy color: '#6996DA'

red 105 ◦ green 150 ◦ blue 218

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

Shades of Cornflower Blue #6996DA

Tints of Cornflower Blue #6996DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.71%

 BLUE value IS 218 (85.55% from 255) = 46.09%

R = 22.2%
G = 31.71%
B = 46.09%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6996DA (or 0x6996DA) is known color: Cornflower Blue. HEX triplet: 69, 96 and DA. RGB value is (105,150,218). Sum of RGB (Red+Green+Blue) = 105+150+218=473 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.20% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #6996DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6996DA is #966925. Grayscale: #8F8F8F. Windows color (decimal): -9857318 or 14325353. OLE color: 14325353.

HSL color Cylindrical-coordinate representation of color #6996DA: hue angle of 216.11º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6996DA is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 150 218 -
CMYK 0.52 0.31 0 0.15
HSL 216.11º 0.6% 0.63% -
HSV(B) 216.11º 0.52% 0.85% -
XYZ 29.39 29.88 70.55 -
YUV 144.3 169.59 99.97 -
System Red Green Blue C M Y K H S L
Decimal 105 150 218 0.52 0.31 0 0.15 216.11 0.6 0.63
Hex 69 96 DA 34 1F 0 F D8 3C 3F
Octal 151 226 332 64 37 0 17 330 74 77
Binary 1101001 10010110 11011010 110100 11111 0 1111 11011000 111100 111111

Color Harmonies of #6996DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6996DA

Black with #6996DA

Text Example


Text Example

White with #6996DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6996DA; }

 p { color: rgb(105,150,218); }

 H1.HeaderClassName
 {
   color: #6996DA;
 }
 .AnyTagClassName
 {
   color: #6996DA;
 }
</style>

background-color css

<style>
 a { background-color: #6996DA; }

 a { background-color: rgb(105,150,218); }

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

border-color css

<style>
 span { border-color: #6996DA; }

 span { border-color: rgb(105,150,218); }

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