Html Css Color HEX #6881DB Cornflower Blue

📋 copy color: '#6881DB'

red 104 ◦ green 129 ◦ blue 219

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

Shades of Cornflower Blue #6881DB

Tints of Cornflower Blue #6881DB

RGB

 RED value IS 104 (41.02% from 255) = 23.01%

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

 BLUE value IS 219 (85.94% from 255) = 48.45%

R = 23.01%
G = 28.54%
B = 48.45%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6881DB (or 0x6881DB) is known color: Cornflower Blue. HEX triplet: 68, 81 and DB. RGB value is (104,129,219). Sum of RGB (Red+Green+Blue) = 104+129+219=452 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.01% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 219 (85.94% from 255 or 48.45% from 452); Max value from RGB is 219 - color contains mainly: blue. Hex color #6881DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881DB is #977E24. Grayscale: #838383. Windows color (decimal): -9928229 or 14385512. OLE color: 14385512.

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

Color convert

RGB 104 129 219 -
CMYK 0.53 0.41 0 0.14
HSL 226.96º 0.61% 0.63% -
HSV(B) 226.96º 0.53% 0.86% -
XYZ 26.35 23.76 70.22 -
YUV 131.79 177.22 108.18 -
System Red Green Blue C M Y K H S L
Decimal 104 129 219 0.53 0.41 0 0.14 226.96 0.61 0.63
Hex 68 81 DB 35 29 0 E E3 3D 3F
Octal 150 201 333 65 51 0 16 343 75 77
Binary 1101000 10000001 11011011 110101 101001 0 1110 11100011 111101 111111

Color Harmonies of #6881DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881DB

Black with #6881DB

Text Example


Text Example

White with #6881DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6881DB; }

 p { color: rgb(104,129,219); }

 H1.HeaderClassName
 {
   color: #6881DB;
 }
 .AnyTagClassName
 {
   color: #6881DB;
 }
</style>

background-color css

<style>
 a { background-color: #6881DB; }

 a { background-color: rgb(104,129,219); }

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

border-color css

<style>
 span { border-color: #6881DB; }

 span { border-color: rgb(104,129,219); }

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