Html Css Color HEX #6366C1 Chetwode Blue

📋 copy color: '#6366C1'

red 99 ◦ green 102 ◦ blue 193

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

Shades of Chetwode Blue #6366C1

Tints of Chetwode Blue #6366C1

RGB

 RED value IS 99 (39.06% from 255) = 25.13%

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

 BLUE value IS 193 (75.78% from 255) = 48.98%

R = 25.13%
G = 25.89%
B = 48.98%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6366C1 (or 0x6366C1) is known color: Chetwode Blue. HEX triplet: 63, 66 and C1. RGB value is (99,102,193). Sum of RGB (Red+Green+Blue) = 99+102+193=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 193 (75.78% from 255 or 48.98% from 394); Max value from RGB is 193 - color contains mainly: blue. Hex color #6366C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366C1 is #9C993E. Grayscale: #6F6F6F. Windows color (decimal): -10262847 or 12674659. OLE color: 12674659.

HSL color Cylindrical-coordinate representation of color #6366C1: hue angle of 238.09º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6366C1 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 102 193 -
CMYK 0.49 0.47 0 0.24
HSL 238.09º 0.43% 0.57% -
HSV(B) 238.09º 0.49% 0.76% -
XYZ 19.52 16.01 52.51 -
YUV 111.48 174.01 119.1 -
System Red Green Blue C M Y K H S L
Decimal 99 102 193 0.49 0.47 0 0.24 238.09 0.43 0.57
Hex 63 66 C1 31 2F 0 18 EE 2B 39
Octal 143 146 301 61 57 0 30 356 53 71
Binary 1100011 1100110 11000001 110001 101111 0 11000 11101110 101011 111001

Color Harmonies of #6366C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366C1

Black with #6366C1

Text Example


Text Example

White with #6366C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6366C1; }

 p { color: rgb(99,102,193); }

 H1.HeaderClassName
 {
   color: #6366C1;
 }
 .AnyTagClassName
 {
   color: #6366C1;
 }
</style>

background-color css

<style>
 a { background-color: #6366C1; }

 a { background-color: rgb(99,102,193); }

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

border-color css

<style>
 span { border-color: #6366C1; }

 span { border-color: rgb(99,102,193); }

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