Html Css Color HEX #6D8FCA Danube

📋 copy color: '#6D8FCA'

red 109 ◦ green 143 ◦ blue 202

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

Shades of Danube #6D8FCA

Tints of Danube #6D8FCA

RGB

 RED value IS 109 (42.97% from 255) = 24.01%

 GREEN value IS 143 (56.25% from 255) = 31.5%

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

R = 24.01%
G = 31.5%
B = 44.49%

CMYK

 C value IS 0.46

 M value IS 0.29

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D8FCA (or 0x6D8FCA) is known color: Danube. HEX triplet: 6D, 8F and CA. RGB value is (109,143,202). Sum of RGB (Red+Green+Blue) = 109+143+202=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 143 (56.25% from 255 or 31.50% from 454); Blue value is 202 (79.30% from 255 or 44.49% from 454); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D8FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8FCA is #927035. Grayscale: #8B8B8B. Windows color (decimal): -9596982 or 13274989. OLE color: 13274989.

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

Color convert

RGB 109 143 202 -
CMYK 0.46 0.29 0 0.21
HSL 218.06º 0.47% 0.61% -
HSV(B) 218.06º 0.46% 0.79% -
XYZ 26.79 27.16 59.71 -
YUV 139.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 109 143 202 0.46 0.29 0 0.21 218.06 0.47 0.61
Hex 6D 8F CA 2E 1D 0 15 DA 2F 3D
Octal 155 217 312 56 35 0 25 332 57 75
Binary 1101101 10001111 11001010 101110 11101 0 10101 11011010 101111 111101

Color Harmonies of #6D8FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8FCA

Black with #6D8FCA

Text Example


Text Example

White with #6D8FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,143,202); }

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

background-color css

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

 a { background-color: rgb(109,143,202); }

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

border-color css

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

 span { border-color: rgb(109,143,202); }

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