Html Css Color HEX #6075BB Chetwode Blue

📋 copy color: '#6075BB'

red 96 ◦ green 117 ◦ blue 187

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

Shades of Chetwode Blue #6075BB

Tints of Chetwode Blue #6075BB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.25%

 BLUE value IS 187 (73.44% from 255) = 46.75%

R = 24%
G = 29.25%
B = 46.75%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6075BB (or 0x6075BB) is known color: Chetwode Blue. HEX triplet: 60, 75 and BB. RGB value is (96,117,187). Sum of RGB (Red+Green+Blue) = 96+117+187=400 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 187 (73.44% from 255 or 46.75% from 400); Max value from RGB is 187 - color contains mainly: blue. Hex color #6075BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075BB is #9F8A44. Grayscale: #767676. Windows color (decimal): -10455621 or 12285280. OLE color: 12285280.

HSL color Cylindrical-coordinate representation of color #6075BB: hue angle of 226.15º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6075BB is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 117 187 -
CMYK 0.49 0.37 0 0.27
HSL 226.15º 0.4% 0.55% -
HSV(B) 226.15º 0.49% 0.73% -
XYZ 20.15 18.8 49.58 -
YUV 118.7 166.54 111.81 -
System Red Green Blue C M Y K H S L
Decimal 96 117 187 0.49 0.37 0 0.27 226.15 0.4 0.55
Hex 60 75 BB 31 25 0 1B E2 28 37
Octal 140 165 273 61 45 0 33 342 50 67
Binary 1100000 1110101 10111011 110001 100101 0 11011 11100010 101000 110111

Color Harmonies of #6075BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6075BB

Black with #6075BB

Text Example


Text Example

White with #6075BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6075BB; }

 p { color: rgb(96,117,187); }

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

background-color css

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

 a { background-color: rgb(96,117,187); }

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

border-color css

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

 span { border-color: rgb(96,117,187); }

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