Html Css Color HEX #6063BF Chetwode Blue

📋 copy color: '#6063BF'

red 96 ◦ green 99 ◦ blue 191

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

Shades of Chetwode Blue #6063BF

Tints of Chetwode Blue #6063BF

RGB

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

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

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

R = 24.87%
G = 25.65%
B = 49.48%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6063BF (or 0x6063BF) is known color: Chetwode Blue. HEX triplet: 60, 63 and BF. RGB value is (96,99,191). Sum of RGB (Red+Green+Blue) = 96+99+191=386 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.87% from 386); Green value is 99 (39.06% from 255 or 25.65% from 386); Blue value is 191 (75% from 255 or 49.48% from 386); Max value from RGB is 191 - color contains mainly: blue. Hex color #6063BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6063BF is #9F9C40. Grayscale: #6C6C6C. Windows color (decimal): -10460225 or 12542816. OLE color: 12542816.

HSL color Cylindrical-coordinate representation of color #6063BF: hue angle of 238.11º 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 #6063BF is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 99 191 -
CMYK 0.50 0.48 0 0.25
HSL 238.11º 0.43% 0.56% -
HSV(B) 238.11º 0.5% 0.75% -
XYZ 18.69 15.17 51.23 -
YUV 108.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 96 99 191 0.50 0.48 0 0.25 238.11 0.43 0.56
Hex 60 63 BF 32 30 0 19 EE 2B 38
Octal 140 143 277 62 60 0 31 356 53 70
Binary 1100000 1100011 10111111 110010 110000 0 11001 11101110 101011 111000

Color Harmonies of #6063BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6063BF

Black with #6063BF

Text Example


Text Example

White with #6063BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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