Html Css Color HEX #6681DC Cornflower Blue

📋 copy color: '#6681DC'

red 102 ◦ green 129 ◦ blue 220

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

Shades of Cornflower Blue #6681DC

Tints of Cornflower Blue #6681DC

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

 BLUE value IS 220 (86.33% from 255) = 48.78%

R = 22.62%
G = 28.6%
B = 48.78%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6681DC (or 0x6681DC) is known color: Cornflower Blue. HEX triplet: 66, 81 and DC. RGB value is (102,129,220). Sum of RGB (Red+Green+Blue) = 102+129+220=451 (59% of max value = 765). Red value is 102 (40.23% from 255 or 22.62% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 220 (86.33% from 255 or 48.78% from 451); Max value from RGB is 220 - color contains mainly: blue. Hex color #6681DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6681DC is #997E23. Grayscale: #828282. Windows color (decimal): -10059300 or 14451046. OLE color: 14451046.

HSL color Cylindrical-coordinate representation of color #6681DC: hue angle of 226.27º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6681DC is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 102 129 220 -
CMYK 0.54 0.41 0 0.14
HSL 226.27º 0.63% 0.63% -
HSV(B) 226.27º 0.54% 0.86% -
XYZ 26.25 23.69 70.9 -
YUV 131.3 178.05 107.1 -
System Red Green Blue C M Y K H S L
Decimal 102 129 220 0.54 0.41 0 0.14 226.27 0.63 0.63
Hex 66 81 DC 36 29 0 E E2 3F 3F
Octal 146 201 334 66 51 0 16 342 77 77
Binary 1100110 10000001 11011100 110110 101001 0 1110 11100010 111111 111111

Color Harmonies of #6681DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681DC

Black with #6681DC

Text Example


Text Example

White with #6681DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6681DC; }

 p { color: rgb(102,129,220); }

 H1.HeaderClassName
 {
   color: #6681DC;
 }
 .AnyTagClassName
 {
   color: #6681DC;
 }
</style>

background-color css

<style>
 a { background-color: #6681DC; }

 a { background-color: rgb(102,129,220); }

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

border-color css

<style>
 span { border-color: #6681DC; }

 span { border-color: rgb(102,129,220); }

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