Html Css Color HEX #6366C2 Chetwode Blue

📋 copy color: '#6366C2'

red 99 ◦ green 102 ◦ blue 194

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

Shades of Chetwode Blue #6366C2

Tints of Chetwode Blue #6366C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.11%

R = 25.06%
G = 25.82%
B = 49.11%

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

#6366C2 (or 0x6366C2) is known color: Chetwode Blue. HEX triplet: 63, 66 and C2. RGB value is (99,102,194). Sum of RGB (Red+Green+Blue) = 99+102+194=395 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.06% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 194 (76.17% from 255 or 49.11% from 395); Max value from RGB is 194 - color contains mainly: blue. Hex color #6366C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366C2 is #9C993D. Grayscale: #6F6F6F. Windows color (decimal): -10262846 or 12740195. OLE color: 12740195.

HSL color Cylindrical-coordinate representation of color #6366C2: hue angle of 238.11º degrees, saturation: 0.44, 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 #6366C2 is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 99 102 194 -
CMYK 0.49 0.47 0 0.24
HSL 238.11º 0.44% 0.57% -
HSV(B) 238.11º 0.49% 0.76% -
XYZ 19.63 16.05 53.1 -
YUV 111.59 174.51 119.02 -
System Red Green Blue C M Y K H S L
Decimal 99 102 194 0.49 0.47 0 0.24 238.11 0.44 0.57
Hex 63 66 C2 31 2F 0 18 EE 2C 39
Octal 143 146 302 61 57 0 30 356 54 71
Binary 1100011 1100110 11000010 110001 101111 0 11000 11101110 101100 111001

Color Harmonies of #6366C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366C2

Black with #6366C2

Text Example


Text Example

White with #6366C2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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