Html Css Color HEX #6066BE Chetwode Blue

📋 copy color: '#6066BE'

red 96 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6066BE

Tints of Chetwode Blue #6066BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.97%

R = 24.74%
G = 26.29%
B = 48.97%

CMYK

 C value IS 0.49

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6066BE (or 0x6066BE) is known color: Chetwode Blue. HEX triplet: 60, 66 and BE. RGB value is (96,102,190). Sum of RGB (Red+Green+Blue) = 96+102+190=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 190 (74.61% from 255 or 48.97% from 388); Max value from RGB is 190 - color contains mainly: blue. Hex color #6066BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066BE is #9F9941. Grayscale: #6D6D6D. Windows color (decimal): -10459458 or 12478048. OLE color: 12478048.

HSL color Cylindrical-coordinate representation of color #6066BE: hue angle of 236.17º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6066BE is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 102 190 -
CMYK 0.49 0.46 0 0.25
HSL 236.17º 0.42% 0.56% -
HSV(B) 236.17º 0.49% 0.75% -
XYZ 18.87 15.71 50.75 -
YUV 110.24 173.01 117.84 -
System Red Green Blue C M Y K H S L
Decimal 96 102 190 0.49 0.46 0 0.25 236.17 0.42 0.56
Hex 60 66 BE 31 2E 0 19 EC 2A 38
Octal 140 146 276 61 56 0 31 354 52 70
Binary 1100000 1100110 10111110 110001 101110 0 11001 11101100 101010 111000

Color Harmonies of #6066BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066BE

Black with #6066BE

Text Example


Text Example

White with #6066BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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