Html Css Color HEX #6680DB Cornflower Blue

📋 copy color: '#6680DB'

red 102 ◦ green 128 ◦ blue 219

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

Shades of Cornflower Blue #6680DB

Tints of Cornflower Blue #6680DB

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.51%

 BLUE value IS 219 (85.94% from 255) = 48.78%

R = 22.72%
G = 28.51%
B = 48.78%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6680DB (or 0x6680DB) is known color: Cornflower Blue. HEX triplet: 66, 80 and DB. RGB value is (102,128,219). Sum of RGB (Red+Green+Blue) = 102+128+219=449 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.72% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 219 (85.94% from 255 or 48.78% from 449); Max value from RGB is 219 - color contains mainly: blue. Hex color #6680DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680DB is #997F24. Grayscale: #828282. Windows color (decimal): -10059557 or 14385254. OLE color: 14385254.

HSL color Cylindrical-coordinate representation of color #6680DB: hue angle of 226.67º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6680DB is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 128 219 -
CMYK 0.53 0.42 0 0.14
HSL 226.67º 0.62% 0.63% -
HSV(B) 226.67º 0.53% 0.86% -
XYZ 25.98 23.38 70.16 -
YUV 130.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 102 128 219 0.53 0.42 0 0.14 226.67 0.62 0.63
Hex 66 80 DB 35 2A 0 E E3 3E 3F
Octal 146 200 333 65 52 0 16 343 76 77
Binary 1100110 10000000 11011011 110101 101010 0 1110 11100011 111110 111111

Color Harmonies of #6680DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680DB

Black with #6680DB

Text Example


Text Example

White with #6680DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6680DB; }

 p { color: rgb(102,128,219); }

 H1.HeaderClassName
 {
   color: #6680DB;
 }
 .AnyTagClassName
 {
   color: #6680DB;
 }
</style>

background-color css

<style>
 a { background-color: #6680DB; }

 a { background-color: rgb(102,128,219); }

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

border-color css

<style>
 span { border-color: #6680DB; }

 span { border-color: rgb(102,128,219); }

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