Html Css Color HEX #6B8BCC Danube

📋 copy color: '#6B8BCC'

red 107 ◦ green 139 ◦ blue 204

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

Shades of Danube #6B8BCC

Tints of Danube #6B8BCC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.89%

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 23.78%
G = 30.89%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B8BCC (or 0x6B8BCC) is known color: Danube. HEX triplet: 6B, 8B and CC. RGB value is (107,139,204). Sum of RGB (Red+Green+Blue) = 107+139+204=450 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.78% from 450); Green value is 139 (54.69% from 255 or 30.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8BCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8BCC is #947433. Grayscale: #888888. Windows color (decimal): -9729076 or 13405035. OLE color: 13405035.

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

Color convert

RGB 107 139 204 -
CMYK 0.48 0.32 0 0.2
HSL 220.21º 0.49% 0.61% -
HSV(B) 220.21º 0.48% 0.8% -
XYZ 26.2 25.95 60.76 -
YUV 136.84 165.9 106.71 -
System Red Green Blue C M Y K H S L
Decimal 107 139 204 0.48 0.32 0 0.2 220.21 0.49 0.61
Hex 6B 8B CC 30 20 0 14 DC 31 3D
Octal 153 213 314 60 40 0 24 334 61 75
Binary 1101011 10001011 11001100 110000 100000 0 10100 11011100 110001 111101

Color Harmonies of #6B8BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8BCC

Black with #6B8BCC

Text Example


Text Example

White with #6B8BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,139,204); }

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

background-color css

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

 a { background-color: rgb(107,139,204); }

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

border-color css

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

 span { border-color: rgb(107,139,204); }

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