Html Css Color HEX #6680DF Cornflower Blue

📋 copy color: '#6680DF'

red 102 ◦ green 128 ◦ blue 223

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

Shades of Cornflower Blue #6680DF

Tints of Cornflower Blue #6680DF

RGB

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

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

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

R = 22.52%
G = 28.26%
B = 49.23%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6680DF (or 0x6680DF) is known color: Cornflower Blue. HEX triplet: 66, 80 and DF. RGB value is (102,128,223). Sum of RGB (Red+Green+Blue) = 102+128+223=453 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.52% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 223 (87.5% from 255 or 49.23% from 453); Max value from RGB is 223 - color contains mainly: blue. Hex color #6680DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6680DF is #997F20. Grayscale: #828282. Windows color (decimal): -10059553 or 14647398. OLE color: 14647398.

HSL color Cylindrical-coordinate representation of color #6680DF: hue angle of 227.11º 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 #6680DF is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 128 223 -
CMYK 0.54 0.43 0 0.13
HSL 227.11º 0.65% 0.64% -
HSV(B) 227.11º 0.54% 0.87% -
XYZ 26.52 23.59 72.97 -
YUV 131.06 179.89 107.28 -
System Red Green Blue C M Y K H S L
Decimal 102 128 223 0.54 0.43 0 0.13 227.11 0.65 0.64
Hex 66 80 DF 36 2B 0 D E3 41 40
Octal 146 200 337 66 53 0 15 343 101 100
Binary 1100110 10000000 11011111 110110 101011 0 1101 11100011 1000001 1000000

Color Harmonies of #6680DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680DF

Black with #6680DF

Text Example


Text Example

White with #6680DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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