Html Css Color HEX #6885DD Cornflower Blue

📋 copy color: '#6885DD'

red 104 ◦ green 133 ◦ blue 221

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

Shades of Cornflower Blue #6885DD

Tints of Cornflower Blue #6885DD

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 22.71%
G = 29.04%
B = 48.25%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6885DD (or 0x6885DD) is known color: Cornflower Blue. HEX triplet: 68, 85 and DD. RGB value is (104,133,221). Sum of RGB (Red+Green+Blue) = 104+133+221=458 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.71% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #6885DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885DD is #977A22. Grayscale: #858585. Windows color (decimal): -9927203 or 14517608. OLE color: 14517608.

HSL color Cylindrical-coordinate representation of color #6885DD: hue angle of 225.13º 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 #6885DD is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 133 221 -
CMYK 0.53 0.40 0 0.13
HSL 225.13º 0.63% 0.64% -
HSV(B) 225.13º 0.53% 0.87% -
XYZ 27.15 24.94 71.79 -
YUV 134.36 176.89 106.34 -
System Red Green Blue C M Y K H S L
Decimal 104 133 221 0.53 0.40 0 0.13 225.13 0.63 0.64
Hex 68 85 DD 35 28 0 D E1 3F 40
Octal 150 205 335 65 50 0 15 341 77 100
Binary 1101000 10000101 11011101 110101 101000 0 1101 11100001 111111 1000000

Color Harmonies of #6885DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885DD

Black with #6885DD

Text Example


Text Example

White with #6885DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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