Html Css Color HEX #6680EC Cornflower Blue

📋 copy color: '#6680EC'

red 102 ◦ green 128 ◦ blue 236

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

Shades of Cornflower Blue #6680EC

Tints of Cornflower Blue #6680EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 21.89%
G = 27.47%
B = 50.64%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#6680EC (or 0x6680EC) is known color: Cornflower Blue. HEX triplet: 66, 80 and EC. RGB value is (102,128,236). Sum of RGB (Red+Green+Blue) = 102+128+236=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #6680EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680EC is #997F13. Grayscale: #848484. Windows color (decimal): -10059540 or 15499366. OLE color: 15499366.

HSL color Cylindrical-coordinate representation of color #6680EC: hue angle of 228.36º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6680EC is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 102 128 236 -
CMYK 0.57 0.46 0 0.07
HSL 228.36º 0.78% 0.66% -
HSV(B) 228.36º 0.57% 0.93% -
XYZ 28.34 24.32 82.56 -
YUV 132.54 186.39 106.22 -
System Red Green Blue C M Y K H S L
Decimal 102 128 236 0.57 0.46 0 0.07 228.36 0.78 0.66
Hex 66 80 EC 39 2E 0 7 E4 4E 42
Octal 146 200 354 71 56 0 7 344 116 102
Binary 1100110 10000000 11101100 111001 101110 0 111 11100100 1001110 1000010

Color Harmonies of #6680EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680EC

Black with #6680EC

Text Example


Text Example

White with #6680EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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