Html Css Color HEX #6999DA Cornflower Blue

📋 copy color: '#6999DA'

red 105 ◦ green 153 ◦ blue 218

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

Shades of Cornflower Blue #6999DA

Tints of Cornflower Blue #6999DA

RGB

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

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

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

R = 22.06%
G = 32.14%
B = 45.8%

CMYK

 C value IS 0.52

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6999DA (or 0x6999DA) is known color: Cornflower Blue. HEX triplet: 69, 99 and DA. RGB value is (105,153,218). Sum of RGB (Red+Green+Blue) = 105+153+218=476 (63% of max value = 765). Red value is 105 (41.41% from 255 or 22.06% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 218 (85.55% from 255 or 45.80% from 476); Max value from RGB is 218 - color contains mainly: blue. Hex color #6999DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6999DA is #966625. Grayscale: #919191. Windows color (decimal): -9856550 or 14326121. OLE color: 14326121.

HSL color Cylindrical-coordinate representation of color #6999DA: hue angle of 214.51º 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 #6999DA is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 153 218 -
CMYK 0.52 0.30 0 0.15
HSL 214.51º 0.6% 0.63% -
HSV(B) 214.51º 0.52% 0.85% -
XYZ 29.87 30.85 70.71 -
YUV 146.06 168.6 98.71 -
System Red Green Blue C M Y K H S L
Decimal 105 153 218 0.52 0.30 0 0.15 214.51 0.6 0.63
Hex 69 99 DA 34 1E 0 F D7 3C 3F
Octal 151 231 332 64 36 0 17 327 74 77
Binary 1101001 10011001 11011010 110100 11110 0 1111 11010111 111100 111111

Color Harmonies of #6999DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6999DA

Black with #6999DA

Text Example


Text Example

White with #6999DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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