Html Css Color HEX #619B97 Cadet Blue

📋 copy color: '#619B97'

red 97 ◦ green 155 ◦ blue 151

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

Shades of Cadet Blue #619B97

Tints of Cadet Blue #619B97

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.46%

 BLUE value IS 151 (59.38% from 255) = 37.47%

R = 24.07%
G = 38.46%
B = 37.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.03

 K value IS 0.39

RGB Variations

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

Color information

#619B97 (or 0x619B97) is known color: Cadet Blue. HEX triplet: 61, 9B and 97. RGB value is (97,155,151). Sum of RGB (Red+Green+Blue) = 97+155+151=403 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.07% from 403); Green value is 155 (60.94% from 255 or 38.46% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 155 - color contains mainly: green. Hex color #619B97 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B97 is #9E6468. Grayscale: #898989. Windows color (decimal): -10380393 or 9935713. OLE color: 9935713.

HSL color Cylindrical-coordinate representation of color #619B97: hue angle of 175.86º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #619B97 is Cyan = 0.37, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 155 151 -
CMYK 0.37 0 0.03 0.39
HSL 175.86º 0.23% 0.49% -
HSV(B) 175.86º 0.37% 0.61% -
XYZ 22.24 28.22 33.55 -
YUV 137.2 135.78 99.33 -
System Red Green Blue C M Y K H S L
Decimal 97 155 151 0.37 0 0.03 0.39 175.86 0.23 0.49
Hex 61 9B 97 25 0 3 27 B0 17 31
Octal 141 233 227 45 0 3 47 260 27 61
Binary 1100001 10011011 10010111 100101 0 11 100111 10110000 10111 110001

Color Harmonies of #619B97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B97

Black with #619B97

Text Example


Text Example

White with #619B97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,155,151); }

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

background-color css

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

 a { background-color: rgb(97,155,151); }

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

border-color css

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

 span { border-color: rgb(97,155,151); }

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