Html Css Color HEX #6061B8 Rich Blue

📋 copy color: '#6061B8'

red 96 ◦ green 97 ◦ blue 184

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

Shades of Rich Blue #6061B8

Tints of Rich Blue #6061B8

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.73%

 BLUE value IS 184 (72.27% from 255) = 48.81%

R = 25.46%
G = 25.73%
B = 48.81%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6061B8 (or 0x6061B8) is known color: Rich Blue. HEX triplet: 60, 61 and B8. RGB value is (96,97,184). Sum of RGB (Red+Green+Blue) = 96+97+184=377 (49% of max value = 765). Red value is 96 (37.89% from 255 or 25.46% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #6061B8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061B8 is #9F9E47. Grayscale: #6A6A6A. Windows color (decimal): -10460744 or 12083552. OLE color: 12083552.

HSL color Cylindrical-coordinate representation of color #6061B8: hue angle of 239.32º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6061B8 is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 96 97 184 -
CMYK 0.48 0.47 0 0.28
HSL 239.32º 0.38% 0.55% -
HSV(B) 239.32º 0.48% 0.72% -
XYZ 17.75 14.5 47.21 -
YUV 106.62 171.67 120.43 -
System Red Green Blue C M Y K H S L
Decimal 96 97 184 0.48 0.47 0 0.28 239.32 0.38 0.55
Hex 60 61 B8 30 2F 0 1C EF 26 37
Octal 140 141 270 60 57 0 34 357 46 67
Binary 1100000 1100001 10111000 110000 101111 0 11100 11101111 100110 110111

Color Harmonies of #6061B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6061B8

Black with #6061B8

Text Example


Text Example

White with #6061B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6061B8; }

 p { color: rgb(96,97,184); }

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

background-color css

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

 a { background-color: rgb(96,97,184); }

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

border-color css

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

 span { border-color: rgb(96,97,184); }

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