Html Css Color HEX #619B9D Cadet Blue

📋 copy color: '#619B9D'

red 97 ◦ green 155 ◦ blue 157

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

Shades of Cadet Blue #619B9D

Tints of Cadet Blue #619B9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 38.39%

R = 23.72%
G = 37.9%
B = 38.39%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#619B9D (or 0x619B9D) is known color: Cadet Blue. HEX triplet: 61, 9B and 9D. RGB value is (97,155,157). Sum of RGB (Red+Green+Blue) = 97+155+157=409 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.72% from 409); Green value is 155 (60.94% from 255 or 37.90% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 157 - color contains mainly: blue. Hex color #619B9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619B9D is #9E6462. Grayscale: #898989. Windows color (decimal): -10380387 or 10328929. OLE color: 10328929.

HSL color Cylindrical-coordinate representation of color #619B9D: hue angle of 182º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #619B9D is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 97 155 157 -
CMYK 0.38 0.01 0 0.38
HSL 182º 0.24% 0.5% -
HSV(B) 182º 0.38% 0.62% -
XYZ 22.74 28.42 36.19 -
YUV 137.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 97 155 157 0.38 0.01 0 0.38 182 0.24 0.5
Hex 61 9B 9D 26 1 0 26 B6 18 32
Octal 141 233 235 46 1 0 46 266 30 62
Binary 1100001 10011011 10011101 100110 1 0 100110 10110110 11000 110010

Color Harmonies of #619B9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619B9D

Black with #619B9D

Text Example


Text Example

White with #619B9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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