Html Css Color HEX #6B8DCD Danube

📋 copy color: '#6B8DCD'

red 107 ◦ green 141 ◦ blue 205

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

Shades of Danube #6B8DCD

Tints of Danube #6B8DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.13%

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

R = 23.62%
G = 31.13%
B = 45.25%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6B8DCD (or 0x6B8DCD) is known color: Danube. HEX triplet: 6B, 8D and CD. RGB value is (107,141,205). Sum of RGB (Red+Green+Blue) = 107+141+205=453 (60% of max value = 765). Red value is 107 (42.19% from 255 or 23.62% from 453); Green value is 141 (55.47% from 255 or 31.13% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6B8DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8DCD is #947232. Grayscale: #898989. Windows color (decimal): -9728563 or 13471083. OLE color: 13471083.

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

Color convert

RGB 107 141 205 -
CMYK 0.48 0.31 0 0.20
HSL 219.18º 0.49% 0.61% -
HSV(B) 219.18º 0.48% 0.8% -
XYZ 26.61 26.58 61.49 -
YUV 138.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 107 141 205 0.48 0.31 0 0.20 219.18 0.49 0.61
Hex 6B 8D CD 30 1F 0 14 DB 31 3D
Octal 153 215 315 60 37 0 24 333 61 75
Binary 1101011 10001101 11001101 110000 11111 0 10100 11011011 110001 111101

Color Harmonies of #6B8DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8DCD

Black with #6B8DCD

Text Example


Text Example

White with #6B8DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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