Html Css Color HEX #6C8CCA Danube

📋 copy color: '#6C8CCA'

red 108 ◦ green 140 ◦ blue 202

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

Shades of Danube #6C8CCA

Tints of Danube #6C8CCA

RGB

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

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

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

R = 24%
G = 31.11%
B = 44.89%

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

#6C8CCA (or 0x6C8CCA) is known color: Danube. HEX triplet: 6C, 8C and CA. RGB value is (108,140,202). Sum of RGB (Red+Green+Blue) = 108+140+202=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C8CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8CCA is #937335. Grayscale: #898989. Windows color (decimal): -9663286 or 13274220. OLE color: 13274220.

HSL color Cylindrical-coordinate representation of color #6C8CCA: hue angle of 219.57º 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 #6C8CCA is Cyan = 0.47, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 140 202 -
CMYK 0.47 0.31 0 0.21
HSL 219.57º 0.47% 0.61% -
HSV(B) 219.57º 0.47% 0.79% -
XYZ 26.22 26.21 59.55 -
YUV 137.5 164.4 106.96 -
System Red Green Blue C M Y K H S L
Decimal 108 140 202 0.47 0.31 0 0.21 219.57 0.47 0.61
Hex 6C 8C CA 2F 1F 0 15 DC 2F 3D
Octal 154 214 312 57 37 0 25 334 57 75
Binary 1101100 10001100 11001010 101111 11111 0 10101 11011100 101111 111101

Color Harmonies of #6C8CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8CCA

Black with #6C8CCA

Text Example


Text Example

White with #6C8CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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