Html Css Color HEX #6C8BCA Danube

📋 copy color: '#6C8BCA'

red 108 ◦ green 139 ◦ blue 202

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

Shades of Danube #6C8BCA

Tints of Danube #6C8BCA

RGB

 RED value IS 108 (42.58% from 255) = 24.05%

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

 BLUE value IS 202 (79.3% from 255) = 44.99%

R = 24.05%
G = 30.96%
B = 44.99%

CMYK

 C value IS 0.47

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C8BCA (or 0x6C8BCA) is known color: Danube. HEX triplet: 6C, 8B and CA. RGB value is (108,139,202). Sum of RGB (Red+Green+Blue) = 108+139+202=449 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.05% from 449); Green value is 139 (54.69% from 255 or 30.96% from 449); Blue value is 202 (79.30% from 255 or 44.99% from 449); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C8BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8BCA is #937435. Grayscale: #888888. Windows color (decimal): -9663542 or 13273964. OLE color: 13273964.

HSL color Cylindrical-coordinate representation of color #6C8BCA: hue angle of 220.21º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8BCA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 139 202 -
CMYK 0.47 0.31 0 0.21
HSL 220.21º 0.47% 0.61% -
HSV(B) 220.21º 0.47% 0.79% -
XYZ 26.08 25.92 59.51 -
YUV 136.91 164.73 107.38 -
System Red Green Blue C M Y K H S L
Decimal 108 139 202 0.47 0.31 0 0.21 220.21 0.47 0.61
Hex 6C 8B CA 2F 1F 0 15 DC 2F 3D
Octal 154 213 312 57 37 0 25 334 57 75
Binary 1101100 10001011 11001010 101111 11111 0 10101 11011100 101111 111101

Color Harmonies of #6C8BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8BCA

Black with #6C8BCA

Text Example


Text Example

White with #6C8BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,139,202); }

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

background-color css

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

 a { background-color: rgb(108,139,202); }

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

border-color css

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

 span { border-color: rgb(108,139,202); }

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