Html Css Color HEX #6690DF Cornflower Blue

📋 copy color: '#6690DF'

red 102 ◦ green 144 ◦ blue 223

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

Shades of Cornflower Blue #6690DF

Tints of Cornflower Blue #6690DF

RGB

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

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

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

R = 21.75%
G = 30.7%
B = 47.55%

CMYK

 C value IS 0.54

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6690DF (or 0x6690DF) is known color: Cornflower Blue. HEX triplet: 66, 90 and DF. RGB value is (102,144,223). Sum of RGB (Red+Green+Blue) = 102+144+223=469 (62% of max value = 765). Red value is 102 (40.23% from 255 or 21.75% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #6690DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6690DF is #996F20. Grayscale: #8C8C8C. Windows color (decimal): -10055457 or 14651494. OLE color: 14651494.

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

Color convert

RGB 102 144 223 -
CMYK 0.54 0.35 0 0.13
HSL 219.17º 0.65% 0.64% -
HSV(B) 219.17º 0.54% 0.87% -
XYZ 28.77 28.1 73.72 -
YUV 140.45 174.59 100.58 -
System Red Green Blue C M Y K H S L
Decimal 102 144 223 0.54 0.35 0 0.13 219.17 0.65 0.64
Hex 66 90 DF 36 23 0 D DB 41 40
Octal 146 220 337 66 43 0 15 333 101 100
Binary 1100110 10010000 11011111 110110 100011 0 1101 11011011 1000001 1000000

Color Harmonies of #6690DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6690DF

Black with #6690DF

Text Example


Text Example

White with #6690DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,144,223); }

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

background-color css

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

 a { background-color: rgb(102,144,223); }

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

border-color css

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

 span { border-color: rgb(102,144,223); }

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