Html Css Color HEX #6063BA Chetwode Blue

📋 copy color: '#6063BA'

red 96 ◦ green 99 ◦ blue 186

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

Shades of Chetwode Blue #6063BA

Tints of Chetwode Blue #6063BA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.98%

 BLUE value IS 186 (73.05% from 255) = 48.82%

R = 25.2%
G = 25.98%
B = 48.82%

CMYK

 C value IS 0.48

 M value IS 0.47

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6063BA (or 0x6063BA) is known color: Chetwode Blue. HEX triplet: 60, 63 and BA. RGB value is (96,99,186). Sum of RGB (Red+Green+Blue) = 96+99+186=381 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25.20% from 381); Green value is 99 (39.06% from 255 or 25.98% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #6063BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063BA is #9F9C45. Grayscale: #6B6B6B. Windows color (decimal): -10460230 or 12215136. OLE color: 12215136.

HSL color Cylindrical-coordinate representation of color #6063BA: hue angle of 238º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6063BA is Cyan = 0.48, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 99 186 -
CMYK 0.48 0.47 0 0.27
HSL 238º 0.39% 0.55% -
HSV(B) 238º 0.48% 0.73% -
XYZ 18.15 14.96 48.38 -
YUV 108.02 172.01 119.43 -
System Red Green Blue C M Y K H S L
Decimal 96 99 186 0.48 0.47 0 0.27 238 0.39 0.55
Hex 60 63 BA 30 2F 0 1B EE 27 37
Octal 140 143 272 60 57 0 33 356 47 67
Binary 1100000 1100011 10111010 110000 101111 0 11011 11101110 100111 110111

Color Harmonies of #6063BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063BA

Black with #6063BA

Text Example


Text Example

White with #6063BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6063BA; }

 p { color: rgb(96,99,186); }

 H1.HeaderClassName
 {
   color: #6063BA;
 }
 .AnyTagClassName
 {
   color: #6063BA;
 }
</style>

background-color css

<style>
 a { background-color: #6063BA; }

 a { background-color: rgb(96,99,186); }

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

border-color css

<style>
 span { border-color: #6063BA; }

 span { border-color: rgb(96,99,186); }

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