Html Css Color HEX #618ACB Danube

📋 copy color: '#618ACB'

red 97 ◦ green 138 ◦ blue 203

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

Shades of Danube #618ACB

Tints of Danube #618ACB

RGB

 RED value IS 97 (38.28% from 255) = 22.15%

 GREEN value IS 138 (54.3% from 255) = 31.51%

 BLUE value IS 203 (79.69% from 255) = 46.35%

R = 22.15%
G = 31.51%
B = 46.35%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#618ACB (or 0x618ACB) is known color: Danube. HEX triplet: 61, 8A and CB. RGB value is (97,138,203). Sum of RGB (Red+Green+Blue) = 97+138+203=438 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.15% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 203 - color contains mainly: blue. Hex color #618ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACB is #9E7534. Grayscale: #848484. Windows color (decimal): -10384693 or 13339233. OLE color: 13339233.

HSL color Cylindrical-coordinate representation of color #618ACB: hue angle of 216.79º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618ACB is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 138 203 -
CMYK 0.52 0.32 0 0.20
HSL 216.79º 0.5% 0.59% -
HSV(B) 216.79º 0.52% 0.8% -
XYZ 24.8 25.03 60.02 -
YUV 133.15 167.42 102.21 -
System Red Green Blue C M Y K H S L
Decimal 97 138 203 0.52 0.32 0 0.20 216.79 0.5 0.59
Hex 61 8A CB 34 20 0 14 D9 32 3B
Octal 141 212 313 64 40 0 24 331 62 73
Binary 1100001 10001010 11001011 110100 100000 0 10100 11011001 110010 111011

Color Harmonies of #618ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618ACB

Black with #618ACB

Text Example


Text Example

White with #618ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618ACB; }

 p { color: rgb(97,138,203); }

 H1.HeaderClassName
 {
   color: #618ACB;
 }
 .AnyTagClassName
 {
   color: #618ACB;
 }
</style>

background-color css

<style>
 a { background-color: #618ACB; }

 a { background-color: rgb(97,138,203); }

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

border-color css

<style>
 span { border-color: #618ACB; }

 span { border-color: rgb(97,138,203); }

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