Html Css Color HEX #6680FD Cornflower Blue

📋 copy color: '#6680FD'

red 102 ◦ green 128 ◦ blue 253

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

Shades of Cornflower Blue #6680FD

Tints of Cornflower Blue #6680FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 52.38%

R = 21.12%
G = 26.5%
B = 52.38%

CMYK

 C value IS 0.60

 M value IS 0.49

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6680FD (or 0x6680FD) is known color: Cornflower Blue. HEX triplet: 66, 80 and FD. RGB value is (102,128,253). Sum of RGB (Red+Green+Blue) = 102+128+253=483 (63% of max value = 765). Red value is 102 (40.23% from 255 or 21.12% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #6680FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6680FD is #997F02. Grayscale: #858585. Windows color (decimal): -10059523 or 16613478. OLE color: 16613478.

HSL color Cylindrical-coordinate representation of color #6680FD: hue angle of 229.67º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6680FD is Cyan = 0.60, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 128 253 -
CMYK 0.60 0.49 0 0.01
HSL 229.67º 0.97% 0.7% -
HSV(B) 229.67º 0.6% 0.99% -
XYZ 30.93 25.35 96.19 -
YUV 134.48 194.89 104.84 -
System Red Green Blue C M Y K H S L
Decimal 102 128 253 0.60 0.49 0 0.01 229.67 0.97 0.7
Hex 66 80 FD 3C 31 0 1 E6 61 46
Octal 146 200 375 74 61 0 1 346 141 106
Binary 1100110 10000000 11111101 111100 110001 0 1 11100110 1100001 1000110

Color Harmonies of #6680FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6680FD

Black with #6680FD

Text Example


Text Example

White with #6680FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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