Html Css Color HEX #6B89CD Danube

📋 copy color: '#6B89CD'

red 107 ◦ green 137 ◦ blue 205

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

Shades of Danube #6B89CD

Tints of Danube #6B89CD

RGB

 RED value IS 107 (42.19% from 255) = 23.83%

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

 BLUE value IS 205 (80.47% from 255) = 45.66%

R = 23.83%
G = 30.51%
B = 45.66%

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

#6B89CD (or 0x6B89CD) is known color: Danube. HEX triplet: 6B, 89 and CD. RGB value is (107,137,205). Sum of RGB (Red+Green+Blue) = 107+137+205=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 137 (53.91% from 255 or 30.51% from 449); Blue value is 205 (80.47% from 255 or 45.66% from 449); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B89CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B89CD is #947632. Grayscale: #878787. Windows color (decimal): -9729587 or 13470059. OLE color: 13470059.

HSL color Cylindrical-coordinate representation of color #6B89CD: hue angle of 221.63º degrees, saturation: 0.49, 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 #6B89CD is Cyan = 0.48, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 107 137 205 -
CMYK 0.48 0.33 0 0.20
HSL 221.63º 0.49% 0.61% -
HSV(B) 221.63º 0.48% 0.8% -
XYZ 26.03 25.42 61.29 -
YUV 135.78 167.06 107.47 -
System Red Green Blue C M Y K H S L
Decimal 107 137 205 0.48 0.33 0 0.20 221.63 0.49 0.61
Hex 6B 89 CD 30 21 0 14 DE 31 3D
Octal 153 211 315 60 41 0 24 336 61 75
Binary 1101011 10001001 11001101 110000 100001 0 10100 11011110 110001 111101

Color Harmonies of #6B89CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B89CD

Black with #6B89CD

Text Example


Text Example

White with #6B89CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,137,205); }

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

background-color css

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

 a { background-color: rgb(107,137,205); }

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

border-color css

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

 span { border-color: rgb(107,137,205); }

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