Html Css Color HEX #6694DD Cornflower Blue

📋 copy color: '#6694DD'

red 102 ◦ green 148 ◦ blue 221

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

Shades of Cornflower Blue #6694DD

Tints of Cornflower Blue #6694DD

RGB

 RED value IS 102 (40.23% from 255) = 21.66%

 GREEN value IS 148 (58.2% from 255) = 31.42%

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

R = 21.66%
G = 31.42%
B = 46.92%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6694DD (or 0x6694DD) is known color: Cornflower Blue. HEX triplet: 66, 94 and DD. RGB value is (102,148,221). Sum of RGB (Red+Green+Blue) = 102+148+221=471 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.66% from 471); Green value is 148 (58.20% from 255 or 31.42% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #6694DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6694DD is #996B22. Grayscale: #8E8E8E. Windows color (decimal): -10054435 or 14521446. OLE color: 14521446.

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

Color convert

RGB 102 148 221 -
CMYK 0.54 0.33 0 0.13
HSL 216.81º 0.64% 0.63% -
HSV(B) 216.81º 0.54% 0.87% -
XYZ 29.12 29.23 72.51 -
YUV 142.57 172.26 99.06 -
System Red Green Blue C M Y K H S L
Decimal 102 148 221 0.54 0.33 0 0.13 216.81 0.64 0.63
Hex 66 94 DD 36 21 0 D D9 40 3F
Octal 146 224 335 66 41 0 15 331 100 77
Binary 1100110 10010100 11011101 110110 100001 0 1101 11011001 1000000 111111

Color Harmonies of #6694DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6694DD

Black with #6694DD

Text Example


Text Example

White with #6694DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,148,221); }

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

background-color css

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

 a { background-color: rgb(102,148,221); }

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

border-color css

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

 span { border-color: rgb(102,148,221); }

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