Html Css Color HEX #6680FF Cornflower Blue

📋 copy color: '#6680FF'

red 102 ◦ green 128 ◦ blue 255

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

Shades of Cornflower Blue #6680FF

Tints of Cornflower Blue #6680FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.58%

R = 21.03%
G = 26.39%
B = 52.58%

CMYK

 C value IS 0.6

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6680FF (or 0x6680FF) is known color: Cornflower Blue. HEX triplet: 66, 80 and FF. RGB value is (102,128,255). Sum of RGB (Red+Green+Blue) = 102+128+255=485 (64% of max value = 765). Red value is 102 (40.23% from 255 or 21.03% from 485); Green value is 128 (50.39% from 255 or 26.39% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #6680FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680FF is #997F00. Grayscale: #868686. Windows color (decimal): -10059521 or 16744550. OLE color: 16744550.

HSL color Cylindrical-coordinate representation of color #6680FF: hue angle of 229.8º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6680FF is Cyan = 0.6, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 102 128 255 -
CMYK 0.6 0.50 0 0
HSL 229.8º 1% 0.7% -
HSV(B) 229.8º 0.6% 1% -
XYZ 31.25 25.48 97.88 -
YUV 134.7 195.89 104.67 -
System Red Green Blue C M Y K H S L
Decimal 102 128 255 0.6 0.50 0 0 229.8 1 0.7
Hex 66 80 FF 3C 32 0 0 E6 64 46
Octal 146 200 377 74 62 0 0 346 144 106
Binary 1100110 10000000 11111111 111100 110010 0 0 11100110 1100100 1000110

Color Harmonies of #6680FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680FF

Black with #6680FF

Text Example


Text Example

White with #6680FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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