Html Css Color HEX #6066BB Chetwode Blue

📋 copy color: '#6066BB'

red 96 ◦ green 102 ◦ blue 187

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

Shades of Chetwode Blue #6066BB

Tints of Chetwode Blue #6066BB

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.49%

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

R = 24.94%
G = 26.49%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6066BB (or 0x6066BB) is known color: Chetwode Blue. HEX triplet: 60, 66 and BB. RGB value is (96,102,187). Sum of RGB (Red+Green+Blue) = 96+102+187=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 187 (73.44% from 255 or 48.57% from 385); Max value from RGB is 187 - color contains mainly: blue. Hex color #6066BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066BB is #9F9944. Grayscale: #6D6D6D. Windows color (decimal): -10459461 or 12281440. OLE color: 12281440.

HSL color Cylindrical-coordinate representation of color #6066BB: hue angle of 236.04º 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 #6066BB is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 102 187 -
CMYK 0.49 0.45 0 0.27
HSL 236.04º 0.4% 0.55% -
HSV(B) 236.04º 0.49% 0.73% -
XYZ 18.54 15.58 49.04 -
YUV 109.9 171.51 118.09 -
System Red Green Blue C M Y K H S L
Decimal 96 102 187 0.49 0.45 0 0.27 236.04 0.4 0.55
Hex 60 66 BB 31 2D 0 1B EC 28 37
Octal 140 146 273 61 55 0 33 354 50 67
Binary 1100000 1100110 10111011 110001 101101 0 11011 11101100 101000 110111

Color Harmonies of #6066BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066BB

Black with #6066BB

Text Example


Text Example

White with #6066BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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