Html Css Color HEX #6885D6 Cornflower Blue

📋 copy color: '#6885D6'

red 104 ◦ green 133 ◦ blue 214

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

Shades of Cornflower Blue #6885D6

Tints of Cornflower Blue #6885D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 47.45%

R = 23.06%
G = 29.49%
B = 47.45%

CMYK

 C value IS 0.51

 M value IS 0.38

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6885D6 (or 0x6885D6) is known color: Cornflower Blue. HEX triplet: 68, 85 and D6. RGB value is (104,133,214). Sum of RGB (Red+Green+Blue) = 104+133+214=451 (59% of max value = 765). Red value is 104 (41.02% from 255 or 23.06% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 214 (83.98% from 255 or 47.45% from 451); Max value from RGB is 214 - color contains mainly: blue. Hex color #6885D6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885D6 is #977A29. Grayscale: #858585. Windows color (decimal): -9927210 or 14058856. OLE color: 14058856.

HSL color Cylindrical-coordinate representation of color #6885D6: hue angle of 224.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6885D6 is Cyan = 0.51, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 104 133 214 -
CMYK 0.51 0.38 0 0.16
HSL 224.18º 0.57% 0.62% -
HSV(B) 224.18º 0.51% 0.84% -
XYZ 26.23 24.57 66.98 -
YUV 133.56 173.39 106.91 -
System Red Green Blue C M Y K H S L
Decimal 104 133 214 0.51 0.38 0 0.16 224.18 0.57 0.62
Hex 68 85 D6 33 26 0 10 E0 39 3E
Octal 150 205 326 63 46 0 20 340 71 76
Binary 1101000 10000101 11010110 110011 100110 0 10000 11100000 111001 111110

Color Harmonies of #6885D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885D6

Black with #6885D6

Text Example


Text Example

White with #6885D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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