Html Css Color HEX #6681EB Cornflower Blue

📋 copy color: '#6681EB'

red 102 ◦ green 129 ◦ blue 235

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

Shades of Cornflower Blue #6681EB

Tints of Cornflower Blue #6681EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.43%

R = 21.89%
G = 27.68%
B = 50.43%

CMYK

 C value IS 0.57

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6681EB (or 0x6681EB) is known color: Cornflower Blue. HEX triplet: 66, 81 and EB. RGB value is (102,129,235). Sum of RGB (Red+Green+Blue) = 102+129+235=466 (61% of max value = 765). Red value is 102 (40.23% from 255 or 21.89% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #6681EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6681EB is #997E14. Grayscale: #848484. Windows color (decimal): -10059285 or 15434086. OLE color: 15434086.

HSL color Cylindrical-coordinate representation of color #6681EB: hue angle of 227.82º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6681EB is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 102 129 235 -
CMYK 0.57 0.45 0 0.08
HSL 227.82º 0.77% 0.66% -
HSV(B) 227.82º 0.57% 0.92% -
XYZ 28.33 24.52 81.84 -
YUV 133.01 185.55 105.88 -
System Red Green Blue C M Y K H S L
Decimal 102 129 235 0.57 0.45 0 0.08 227.82 0.77 0.66
Hex 66 81 EB 39 2D 0 8 E4 4D 42
Octal 146 201 353 71 55 0 10 344 115 102
Binary 1100110 10000001 11101011 111001 101101 0 1000 11100100 1001101 1000010

Color Harmonies of #6681EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6681EB

Black with #6681EB

Text Example


Text Example

White with #6681EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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