Html Css Color HEX #6881DD Cornflower Blue

📋 copy color: '#6881DD'

red 104 ◦ green 129 ◦ blue 221

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

Shades of Cornflower Blue #6881DD

Tints of Cornflower Blue #6881DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.68%

R = 22.91%
G = 28.41%
B = 48.68%

CMYK

 C value IS 0.53

 M value IS 0.42

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6881DD (or 0x6881DD) is known color: Cornflower Blue. HEX triplet: 68, 81 and DD. RGB value is (104,129,221). Sum of RGB (Red+Green+Blue) = 104+129+221=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 221 (86.72% from 255 or 48.68% from 454); Max value from RGB is 221 - color contains mainly: blue. Hex color #6881DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6881DD is #977E22. Grayscale: #838383. Windows color (decimal): -9928227 or 14516584. OLE color: 14516584.

HSL color Cylindrical-coordinate representation of color #6881DD: hue angle of 227.18º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6881DD is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 129 221 -
CMYK 0.53 0.42 0 0.13
HSL 227.18º 0.63% 0.64% -
HSV(B) 227.18º 0.53% 0.87% -
XYZ 26.61 23.86 71.61 -
YUV 132.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 104 129 221 0.53 0.42 0 0.13 227.18 0.63 0.64
Hex 68 81 DD 35 2A 0 D E3 3F 40
Octal 150 201 335 65 52 0 15 343 77 100
Binary 1101000 10000001 11011101 110101 101010 0 1101 11100011 111111 1000000

Color Harmonies of #6881DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6881DD

Black with #6881DD

Text Example


Text Example

White with #6881DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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