Html Css Color HEX #619C9A Cadet Blue

📋 copy color: '#619C9A'

red 97 ◦ green 156 ◦ blue 154

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

Shades of Cadet Blue #619C9A

Tints of Cadet Blue #619C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 38.33%

 BLUE value IS 154 (60.55% from 255) = 37.84%

R = 23.83%
G = 38.33%
B = 37.84%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#619C9A (or 0x619C9A) is known color: Cadet Blue. HEX triplet: 61, 9C and 9A. RGB value is (97,156,154). Sum of RGB (Red+Green+Blue) = 97+156+154=407 (53% of max value = 765). Red value is 97 (38.28% from 255 or 23.83% from 407); Green value is 156 (61.33% from 255 or 38.33% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 156 - color contains mainly: green. Hex color #619C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619C9A is #9E6365. Grayscale: #8A8A8A. Windows color (decimal): -10380134 or 10132577. OLE color: 10132577.

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

Color convert

RGB 97 156 154 -
CMYK 0.38 0 0.01 0.39
HSL 177.97º 0.23% 0.5% -
HSV(B) 177.97º 0.38% 0.61% -
XYZ 22.65 28.65 34.91 -
YUV 138.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 97 156 154 0.38 0 0.01 0.39 177.97 0.23 0.5
Hex 61 9C 9A 26 0 1 27 B2 17 32
Octal 141 234 232 46 0 1 47 262 27 62
Binary 1100001 10011100 10011010 100110 0 1 100111 10110010 10111 110010

Color Harmonies of #619C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619C9A

Black with #619C9A

Text Example


Text Example

White with #619C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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