Html Css Color HEX #6B8CBE Danube

📋 copy color: '#6B8CBE'

red 107 ◦ green 140 ◦ blue 190

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

Shades of Danube #6B8CBE

Tints of Danube #6B8CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

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

R = 24.49%
G = 32.04%
B = 43.48%

CMYK

 C value IS 0.44

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6B8CBE (or 0x6B8CBE) is known color: Danube. HEX triplet: 6B, 8C and BE. RGB value is (107,140,190). Sum of RGB (Red+Green+Blue) = 107+140+190=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #6B8CBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B8CBE is #947341. Grayscale: #878787. Windows color (decimal): -9728834 or 12487787. OLE color: 12487787.

HSL color Cylindrical-coordinate representation of color #6B8CBE: hue angle of 216.14º 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 #6B8CBE is Cyan = 0.44, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 107 140 190 -
CMYK 0.44 0.26 0 0.25
HSL 216.14º 0.39% 0.58% -
HSV(B) 216.14º 0.44% 0.75% -
XYZ 24.74 25.6 52.35 -
YUV 135.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 107 140 190 0.44 0.26 0 0.25 216.14 0.39 0.58
Hex 6B 8C BE 2C 1A 0 19 D8 27 3A
Octal 153 214 276 54 32 0 31 330 47 72
Binary 1101011 10001100 10111110 101100 11010 0 11001 11011000 100111 111010

Color Harmonies of #6B8CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8CBE

Black with #6B8CBE

Text Example


Text Example

White with #6B8CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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