Html Css Color HEX #6A89CB Danube

📋 copy color: '#6A89CB'

red 106 ◦ green 137 ◦ blue 203

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

Shades of Danube #6A89CB

Tints of Danube #6A89CB

RGB

 RED value IS 106 (41.8% from 255) = 23.77%

 GREEN value IS 137 (53.91% from 255) = 30.72%

 BLUE value IS 203 (79.69% from 255) = 45.52%

R = 23.77%
G = 30.72%
B = 45.52%

CMYK

 C value IS 0.48

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A89CB (or 0x6A89CB) is known color: Danube. HEX triplet: 6A, 89 and CB. RGB value is (106,137,203). Sum of RGB (Red+Green+Blue) = 106+137+203=446 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.77% from 446); Green value is 137 (53.91% from 255 or 30.72% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A89CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A89CB is #957634. Grayscale: #868686. Windows color (decimal): -9795125 or 13338986. OLE color: 13338986.

HSL color Cylindrical-coordinate representation of color #6A89CB: hue angle of 220.82º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A89CB is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 137 203 -
CMYK 0.48 0.33 0 0.20
HSL 220.82º 0.48% 0.61% -
HSV(B) 220.82º 0.48% 0.8% -
XYZ 25.67 25.27 60.02 -
YUV 135.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 106 137 203 0.48 0.33 0 0.20 220.82 0.48 0.61
Hex 6A 89 CB 30 21 0 14 DD 30 3D
Octal 152 211 313 60 41 0 24 335 60 75
Binary 1101010 10001001 11001011 110000 100001 0 10100 11011101 110000 111101

Color Harmonies of #6A89CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A89CB

Black with #6A89CB

Text Example


Text Example

White with #6A89CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A89CB; }

 p { color: rgb(106,137,203); }

 H1.HeaderClassName
 {
   color: #6A89CB;
 }
 .AnyTagClassName
 {
   color: #6A89CB;
 }
</style>

background-color css

<style>
 a { background-color: #6A89CB; }

 a { background-color: rgb(106,137,203); }

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

border-color css

<style>
 span { border-color: #6A89CB; }

 span { border-color: rgb(106,137,203); }

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