Html Css Color HEX #6066BF Chetwode Blue

📋 copy color: '#6066BF'

red 96 ◦ green 102 ◦ blue 191

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

Shades of Chetwode Blue #6066BF

Tints of Chetwode Blue #6066BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.1%

R = 24.68%
G = 26.22%
B = 49.1%

CMYK

 C value IS 0.50

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6066BF (or 0x6066BF) is known color: Chetwode Blue. HEX triplet: 60, 66 and BF. RGB value is (96,102,191). Sum of RGB (Red+Green+Blue) = 96+102+191=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #6066BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6066BF is #9F9940. Grayscale: #6D6D6D. Windows color (decimal): -10459457 or 12543584. OLE color: 12543584.

HSL color Cylindrical-coordinate representation of color #6066BF: hue angle of 236.21º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6066BF is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 102 191 -
CMYK 0.50 0.47 0 0.25
HSL 236.21º 0.43% 0.56% -
HSV(B) 236.21º 0.5% 0.75% -
XYZ 18.98 15.75 51.33 -
YUV 110.35 173.51 117.76 -
System Red Green Blue C M Y K H S L
Decimal 96 102 191 0.50 0.47 0 0.25 236.21 0.43 0.56
Hex 60 66 BF 32 2F 0 19 EC 2B 38
Octal 140 146 277 62 57 0 31 354 53 70
Binary 1100000 1100110 10111111 110010 101111 0 11001 11101100 101011 111000

Color Harmonies of #6066BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6066BF

Black with #6066BF

Text Example


Text Example

White with #6066BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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