Html Css Color HEX #619895 Cadet Blue

📋 copy color: '#619895'

red 97 ◦ green 152 ◦ blue 149

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

Shades of Cadet Blue #619895

Tints of Cadet Blue #619895

RGB

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

 GREEN value IS 152 (59.77% from 255) = 38.19%

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

R = 24.37%
G = 38.19%
B = 37.44%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.02

 K value IS 0.40

RGB Variations

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

Color information

#619895 (or 0x619895) is known color: Cadet Blue. HEX triplet: 61, 98 and 95. RGB value is (97,152,149). Sum of RGB (Red+Green+Blue) = 97+152+149=398 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.37% from 398); Green value is 152 (59.77% from 255 or 38.19% from 398); Blue value is 149 (58.59% from 255 or 37.44% from 398); Max value from RGB is 152 - color contains mainly: green. Hex color #619895 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619895 is #9E676A. Grayscale: #878787. Windows color (decimal): -10381163 or 9803873. OLE color: 9803873.

HSL color Cylindrical-coordinate representation of color #619895: hue angle of 176.73º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #619895 is Cyan = 0.36, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.40.

Color convert

RGB 97 152 149 -
CMYK 0.36 0 0.02 0.40
HSL 176.73º 0.22% 0.49% -
HSV(B) 176.73º 0.36% 0.6% -
XYZ 21.58 27.17 32.54 -
YUV 135.21 135.78 100.74 -
System Red Green Blue C M Y K H S L
Decimal 97 152 149 0.36 0 0.02 0.40 176.73 0.22 0.49
Hex 61 98 95 24 0 2 28 B1 16 31
Octal 141 230 225 44 0 2 50 261 26 61
Binary 1100001 10011000 10010101 100100 0 10 101000 10110001 10110 110001

Color Harmonies of #619895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619895

Black with #619895

Text Example


Text Example

White with #619895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #619895; }

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

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

background-color css

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

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

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

border-color css

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

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

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