Html Css Color HEX #6990DD Cornflower Blue

📋 copy color: '#6990DD'

red 105 ◦ green 144 ◦ blue 221

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

Shades of Cornflower Blue #6990DD

Tints of Cornflower Blue #6990DD

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.64%

 BLUE value IS 221 (86.72% from 255) = 47.02%

R = 22.34%
G = 30.64%
B = 47.02%

CMYK

 C value IS 0.52

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6990DD (or 0x6990DD) is known color: Cornflower Blue. HEX triplet: 69, 90 and DD. RGB value is (105,144,221). Sum of RGB (Red+Green+Blue) = 105+144+221=470 (62% of max value = 765). Red value is 105 (41.41% from 255 or 22.34% from 470); Green value is 144 (56.64% from 255 or 30.64% from 470); Blue value is 221 (86.72% from 255 or 47.02% from 470); Max value from RGB is 221 - color contains mainly: blue. Hex color #6990DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6990DD is #966F22. Grayscale: #8C8C8C. Windows color (decimal): -9858851 or 14520425. OLE color: 14520425.

HSL color Cylindrical-coordinate representation of color #6990DD: hue angle of 219.83º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6990DD is Cyan = 0.52, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 144 221 -
CMYK 0.52 0.35 0 0.13
HSL 219.83º 0.63% 0.64% -
HSV(B) 219.83º 0.52% 0.87% -
XYZ 28.85 28.17 72.32 -
YUV 141.12 173.08 102.24 -
System Red Green Blue C M Y K H S L
Decimal 105 144 221 0.52 0.35 0 0.13 219.83 0.63 0.64
Hex 69 90 DD 34 23 0 D DC 3F 40
Octal 151 220 335 64 43 0 15 334 77 100
Binary 1101001 10010000 11011101 110100 100011 0 1101 11011100 111111 1000000

Color Harmonies of #6990DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6990DD

Black with #6990DD

Text Example


Text Example

White with #6990DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6990DD; }

 p { color: rgb(105,144,221); }

 H1.HeaderClassName
 {
   color: #6990DD;
 }
 .AnyTagClassName
 {
   color: #6990DD;
 }
</style>

background-color css

<style>
 a { background-color: #6990DD; }

 a { background-color: rgb(105,144,221); }

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

border-color css

<style>
 span { border-color: #6990DD; }

 span { border-color: rgb(105,144,221); }

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