Html Css Color HEX #619CAA Cadet Blue

📋 copy color: '#619CAA'

red 97 ◦ green 156 ◦ blue 170

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

Shades of Cadet Blue #619CAA

Tints of Cadet Blue #619CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 22.93%
G = 36.88%
B = 40.19%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#619CAA (or 0x619CAA) is known color: Cadet Blue. HEX triplet: 61, 9C and AA. RGB value is (97,156,170). Sum of RGB (Red+Green+Blue) = 97+156+170=423 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.93% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #619CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #619CAA is #9E6355. Grayscale: #8B8B8B. Windows color (decimal): -10380118 or 11181153. OLE color: 11181153.

HSL color Cylindrical-coordinate representation of color #619CAA: hue angle of 191.51º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #619CAA is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 97 156 170 -
CMYK 0.43 0.08 0 0.33
HSL 191.51º 0.3% 0.52% -
HSV(B) 191.51º 0.43% 0.67% -
XYZ 24.07 29.22 42.4 -
YUV 139.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 97 156 170 0.43 0.08 0 0.33 191.51 0.3 0.52
Hex 61 9C AA 2B 8 0 21 C0 1E 34
Octal 141 234 252 53 10 0 41 300 36 64
Binary 1100001 10011100 10101010 101011 1000 0 100001 11000000 11110 110100

Color Harmonies of #619CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #619CAA

Black with #619CAA

Text Example


Text Example

White with #619CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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