Html Css Color HEX #609498 Half Baked

📋 copy color: '#609498'

red 96 ◦ green 148 ◦ blue 152

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

Shades of Half Baked #609498

Tints of Half Baked #609498

RGB

 RED value IS 96 (37.89% from 255) = 24.24%

 GREEN value IS 148 (58.2% from 255) = 37.37%

 BLUE value IS 152 (59.77% from 255) = 38.38%

R = 24.24%
G = 37.37%
B = 38.38%

CMYK

 C value IS 0.37

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#609498 (or 0x609498) is known color: Half Baked. HEX triplet: 60, 94 and 98. RGB value is (96,148,152). Sum of RGB (Red+Green+Blue) = 96+148+152=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 152 (59.77% from 255 or 38.38% from 396); Max value from RGB is 152 - color contains mainly: blue. Hex color #609498 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609498 is #9F6B67. Grayscale: #848484. Windows color (decimal): -10447720 or 9999456. OLE color: 9999456.

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

Color convert

RGB 96 148 152 -
CMYK 0.37 0.03 0 0.40
HSL 184.29º 0.23% 0.49% -
HSV(B) 184.29º 0.37% 0.6% -
XYZ 21.08 25.93 33.6 -
YUV 132.91 138.77 101.67 -
System Red Green Blue C M Y K H S L
Decimal 96 148 152 0.37 0.03 0 0.40 184.29 0.23 0.49
Hex 60 94 98 25 3 0 28 B8 17 31
Octal 140 224 230 45 3 0 50 270 27 61
Binary 1100000 10010100 10011000 100101 11 0 101000 10111000 10111 110001

Color Harmonies of #609498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609498

Black with #609498

Text Example


Text Example

White with #609498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #609498; }

 p { color: rgb(96,148,152); }

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

background-color css

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

 a { background-color: rgb(96,148,152); }

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

border-color css

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

 span { border-color: rgb(96,148,152); }

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