Html Css Color HEX #6B8ABE Danube

📋 copy color: '#6B8ABE'

red 107 ◦ green 138 ◦ blue 190

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

Shades of Danube #6B8ABE

Tints of Danube #6B8ABE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.68%

R = 24.6%
G = 31.72%
B = 43.68%

CMYK

 C value IS 0.44

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B8ABE (or 0x6B8ABE) is known color: Danube. HEX triplet: 6B, 8A and BE. RGB value is (107,138,190). Sum of RGB (Red+Green+Blue) = 107+138+190=435 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.60% from 435); Green value is 138 (54.30% from 255 or 31.72% from 435); Blue value is 190 (74.61% from 255 or 43.68% from 435); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8ABE is #947541. Grayscale: #868686. Windows color (decimal): -9729346 or 12487275. OLE color: 12487275.

HSL color Cylindrical-coordinate representation of color #6B8ABE: hue angle of 217.59º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6B8ABE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 138 190 -
CMYK 0.44 0.27 0 0.25
HSL 217.59º 0.39% 0.58% -
HSV(B) 217.59º 0.44% 0.75% -
XYZ 24.45 25.02 52.26 -
YUV 134.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 107 138 190 0.44 0.27 0 0.25 217.59 0.39 0.58
Hex 6B 8A BE 2C 1B 0 19 DA 27 3A
Octal 153 212 276 54 33 0 31 332 47 72
Binary 1101011 10001010 10111110 101100 11011 0 11001 11011010 100111 111010

Color Harmonies of #6B8ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8ABE

Black with #6B8ABE

Text Example


Text Example

White with #6B8ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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