Html Css Color HEX #619AA0 Cadet Blue

📋 copy color: '#619AA0'

red 97 ◦ green 154 ◦ blue 160

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

Shades of Cadet Blue #619AA0

Tints of Cadet Blue #619AA0

RGB

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

 GREEN value IS 154 (60.55% from 255) = 37.47%

 BLUE value IS 160 (62.89% from 255) = 38.93%

R = 23.6%
G = 37.47%
B = 38.93%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#619AA0 (or 0x619AA0) is known color: Cadet Blue. HEX triplet: 61, 9A and A0. RGB value is (97,154,160). Sum of RGB (Red+Green+Blue) = 97+154+160=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 154 (60.55% from 255 or 37.47% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 160 - color contains mainly: blue. Hex color #619AA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619AA0 is #9E655F. Grayscale: #898989. Windows color (decimal): -10380640 or 10525281. OLE color: 10525281.

HSL color Cylindrical-coordinate representation of color #619AA0: hue angle of 185.71º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #619AA0 is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 97 154 160 -
CMYK 0.39 0.04 0 0.37
HSL 185.71º 0.25% 0.5% -
HSV(B) 185.71º 0.39% 0.63% -
XYZ 22.83 28.19 37.5 -
YUV 137.64 140.62 99.01 -
System Red Green Blue C M Y K H S L
Decimal 97 154 160 0.39 0.04 0 0.37 185.71 0.25 0.5
Hex 61 9A A0 27 4 0 25 BA 19 32
Octal 141 232 240 47 4 0 45 272 31 62
Binary 1100001 10011010 10100000 100111 100 0 100101 10111010 11001 110010

Color Harmonies of #619AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619AA0

Black with #619AA0

Text Example


Text Example

White with #619AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619AA0; }

 p { color: rgb(97,154,160); }

 H1.HeaderClassName
 {
   color: #619AA0;
 }
 .AnyTagClassName
 {
   color: #619AA0;
 }
</style>

background-color css

<style>
 a { background-color: #619AA0; }

 a { background-color: rgb(97,154,160); }

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

border-color css

<style>
 span { border-color: #619AA0; }

 span { border-color: rgb(97,154,160); }

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