Html Css Color HEX #6366BE Chetwode Blue

📋 copy color: '#6366BE'

red 99 ◦ green 102 ◦ blue 190

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

Shades of Chetwode Blue #6366BE

Tints of Chetwode Blue #6366BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 48.59%

R = 25.32%
G = 26.09%
B = 48.59%

CMYK

 C value IS 0.48

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6366BE (or 0x6366BE) is known color: Chetwode Blue. HEX triplet: 63, 66 and BE. RGB value is (99,102,190). Sum of RGB (Red+Green+Blue) = 99+102+190=391 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.32% from 391); Green value is 102 (40.23% from 255 or 26.09% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #6366BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6366BE is #9C9941. Grayscale: #6E6E6E. Windows color (decimal): -10262850 or 12478051. OLE color: 12478051.

HSL color Cylindrical-coordinate representation of color #6366BE: hue angle of 238.02º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6366BE is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 99 102 190 -
CMYK 0.48 0.46 0 0.25
HSL 238.02º 0.41% 0.57% -
HSV(B) 238.02º 0.48% 0.75% -
XYZ 19.19 15.87 50.77 -
YUV 111.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 99 102 190 0.48 0.46 0 0.25 238.02 0.41 0.57
Hex 63 66 BE 30 2E 0 19 EE 29 39
Octal 143 146 276 60 56 0 31 356 51 71
Binary 1100011 1100110 10111110 110000 101110 0 11001 11101110 101001 111001

Color Harmonies of #6366BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6366BE

Black with #6366BE

Text Example


Text Example

White with #6366BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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