Html Css Color HEX #608F93 Half Baked

📋 copy color: '#608F93'

red 96 ◦ green 143 ◦ blue 147

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

Shades of Half Baked #608F93

Tints of Half Baked #608F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.05%

 BLUE value IS 147 (57.81% from 255) = 38.08%

R = 24.87%
G = 37.05%
B = 38.08%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#608F93 (or 0x608F93) is known color: Half Baked. HEX triplet: 60, 8F and 93. RGB value is (96,143,147). Sum of RGB (Red+Green+Blue) = 96+143+147=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 147 (57.81% from 255 or 38.08% from 386); Max value from RGB is 147 - color contains mainly: blue. Hex color #608F93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #608F93 is #9F706C. Grayscale: #818181. Windows color (decimal): -10449005 or 9670496. OLE color: 9670496.

HSL color Cylindrical-coordinate representation of color #608F93: hue angle of 184.71º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #608F93 is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 143 147 -
CMYK 0.35 0.03 0 0.42
HSL 184.71º 0.21% 0.48% -
HSV(B) 184.71º 0.35% 0.58% -
XYZ 19.91 24.24 31.23 -
YUV 129.4 137.93 104.17 -
System Red Green Blue C M Y K H S L
Decimal 96 143 147 0.35 0.03 0 0.42 184.71 0.21 0.48
Hex 60 8F 93 23 3 0 2A B9 15 30
Octal 140 217 223 43 3 0 52 271 25 60
Binary 1100000 10001111 10010011 100011 11 0 101010 10111001 10101 110000

Color Harmonies of #608F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #608F93

Black with #608F93

Text Example


Text Example

White with #608F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #608F93; }

 p { color: rgb(96,143,147); }

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

background-color css

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

 a { background-color: rgb(96,143,147); }

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

border-color css

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

 span { border-color: rgb(96,143,147); }

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