Html Css Color HEX #6885DB Cornflower Blue

📋 copy color: '#6885DB'

red 104 ◦ green 133 ◦ blue 219

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

Shades of Cornflower Blue #6885DB

Tints of Cornflower Blue #6885DB

RGB

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

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

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

R = 22.81%
G = 29.17%
B = 48.03%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6885DB (or 0x6885DB) is known color: Cornflower Blue. HEX triplet: 68, 85 and DB. RGB value is (104,133,219). Sum of RGB (Red+Green+Blue) = 104+133+219=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 133 (52.34% from 255 or 29.17% from 456); Blue value is 219 (85.94% from 255 or 48.03% from 456); Max value from RGB is 219 - color contains mainly: blue. Hex color #6885DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6885DB is #977A24. Grayscale: #858585. Windows color (decimal): -9927205 or 14386536. OLE color: 14386536.

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

Color convert

RGB 104 133 219 -
CMYK 0.53 0.39 0 0.14
HSL 224.87º 0.61% 0.63% -
HSV(B) 224.87º 0.53% 0.86% -
XYZ 26.88 24.83 70.39 -
YUV 134.13 175.89 106.51 -
System Red Green Blue C M Y K H S L
Decimal 104 133 219 0.53 0.39 0 0.14 224.87 0.61 0.63
Hex 68 85 DB 35 27 0 E E1 3D 3F
Octal 150 205 333 65 47 0 16 341 75 77
Binary 1101000 10000101 11011011 110101 100111 0 1110 11100001 111101 111111

Color Harmonies of #6885DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6885DB

Black with #6885DB

Text Example


Text Example

White with #6885DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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