Html Css Color HEX #6B8ACC Danube

📋 copy color: '#6B8ACC'

red 107 ◦ green 138 ◦ blue 204

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

Shades of Danube #6B8ACC

Tints of Danube #6B8ACC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.73%

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

R = 23.83%
G = 30.73%
B = 45.43%

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

#6B8ACC (or 0x6B8ACC) is known color: Danube. HEX triplet: 6B, 8A and CC. RGB value is (107,138,204). Sum of RGB (Red+Green+Blue) = 107+138+204=449 (59% of max value = 765). Red value is 107 (42.19% from 255 or 23.83% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ACC is #947533. Grayscale: #878787. Windows color (decimal): -9729332 or 13404779. OLE color: 13404779.

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

Color convert

RGB 107 138 204 -
CMYK 0.48 0.32 0 0.2
HSL 220.82º 0.49% 0.61% -
HSV(B) 220.82º 0.48% 0.8% -
XYZ 26.05 25.66 60.71 -
YUV 136.26 166.23 107.13 -
System Red Green Blue C M Y K H S L
Decimal 107 138 204 0.48 0.32 0 0.2 220.82 0.49 0.61
Hex 6B 8A CC 30 20 0 14 DD 31 3D
Octal 153 212 314 60 40 0 24 335 61 75
Binary 1101011 10001010 11001100 110000 100000 0 10100 11011101 110001 111101

Color Harmonies of #6B8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8ACC

Black with #6B8ACC

Text Example


Text Example

White with #6B8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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