Html Css Color HEX #619B95 Cadet Blue

📋 copy color: '#619B95'

red 97 ◦ green 155 ◦ blue 149

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

Shades of Cadet Blue #619B95

Tints of Cadet Blue #619B95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 37.16%

R = 24.19%
G = 38.65%
B = 37.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.04

 K value IS 0.39

RGB Variations

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

Color information

#619B95 (or 0x619B95) is known color: Cadet Blue. HEX triplet: 61, 9B and 95. RGB value is (97,155,149). Sum of RGB (Red+Green+Blue) = 97+155+149=401 (53% of max value = 765). Red value is 97 (38.28% from 255 or 24.19% from 401); Green value is 155 (60.94% from 255 or 38.65% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 155 - color contains mainly: green. Hex color #619B95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B95 is #9E646A. Grayscale: #888888. Windows color (decimal): -10380395 or 9804641. OLE color: 9804641.

HSL color Cylindrical-coordinate representation of color #619B95: hue angle of 173.79º 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 #619B95 is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB 97 155 149 -
CMYK 0.37 0 0.04 0.39
HSL 173.79º 0.23% 0.49% -
HSV(B) 173.79º 0.37% 0.61% -
XYZ 22.08 28.15 32.7 -
YUV 136.97 134.78 99.49 -
System Red Green Blue C M Y K H S L
Decimal 97 155 149 0.37 0 0.04 0.39 173.79 0.23 0.49
Hex 61 9B 95 25 0 4 27 AE 17 31
Octal 141 233 225 45 0 4 47 256 27 61
Binary 1100001 10011011 10010101 100101 0 100 100111 10101110 10111 110001

Color Harmonies of #619B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B95

Black with #619B95

Text Example


Text Example

White with #619B95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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