Html Css Color HEX #6481AF Danube

📋 copy color: '#6481AF'

red 100 ◦ green 129 ◦ blue 175

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

Shades of Danube #6481AF

Tints of Danube #6481AF

RGB

 RED value IS 100 (39.45% from 255) = 24.75%

 GREEN value IS 129 (50.78% from 255) = 31.93%

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 24.75%
G = 31.93%
B = 43.32%

CMYK

 C value IS 0.43

 M value IS 0.26

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6481AF (or 0x6481AF) is known color: Danube. HEX triplet: 64, 81 and AF. RGB value is (100,129,175). Sum of RGB (Red+Green+Blue) = 100+129+175=404 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.75% from 404); Green value is 129 (50.78% from 255 or 31.93% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #6481AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6481AF is #9B7E50. Grayscale: #7D7D7D. Windows color (decimal): -10190417 or 11501924. OLE color: 11501924.

HSL color Cylindrical-coordinate representation of color #6481AF: hue angle of 216.8º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6481AF is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 100 129 175 -
CMYK 0.43 0.26 0 0.31
HSL 216.8º 0.32% 0.54% -
HSV(B) 216.8º 0.43% 0.69% -
XYZ 20.84 21.5 43.61 -
YUV 125.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 100 129 175 0.43 0.26 0 0.31 216.8 0.32 0.54
Hex 64 81 AF 2B 1A 0 1F D9 20 36
Octal 144 201 257 53 32 0 37 331 40 66
Binary 1100100 10000001 10101111 101011 11010 0 11111 11011001 100000 110110

Color Harmonies of #6481AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6481AF

Black with #6481AF

Text Example


Text Example

White with #6481AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6481AF; }

 p { color: rgb(100,129,175); }

 H1.HeaderClassName
 {
   color: #6481AF;
 }
 .AnyTagClassName
 {
   color: #6481AF;
 }
</style>

background-color css

<style>
 a { background-color: #6481AF; }

 a { background-color: rgb(100,129,175); }

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

border-color css

<style>
 span { border-color: #6481AF; }

 span { border-color: rgb(100,129,175); }

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