Html Css Color HEX #6368BB Chetwode Blue

📋 copy color: '#6368BB'

red 99 ◦ green 104 ◦ blue 187

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

Shades of Chetwode Blue #6368BB

Tints of Chetwode Blue #6368BB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.67%

 BLUE value IS 187 (73.44% from 255) = 47.95%

R = 25.38%
G = 26.67%
B = 47.95%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6368BB (or 0x6368BB) is known color: Chetwode Blue. HEX triplet: 63, 68 and BB. RGB value is (99,104,187). Sum of RGB (Red+Green+Blue) = 99+104+187=390 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.38% from 390); Green value is 104 (41.02% from 255 or 26.67% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #6368BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6368BB is #9C9744. Grayscale: #6F6F6F. Windows color (decimal): -10262341 or 12281955. OLE color: 12281955.

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

Color convert

RGB 99 104 187 -
CMYK 0.47 0.44 0 0.27
HSL 236.59º 0.39% 0.56% -
HSV(B) 236.59º 0.47% 0.73% -
XYZ 19.07 16.14 49.12 -
YUV 111.97 170.34 118.75 -
System Red Green Blue C M Y K H S L
Decimal 99 104 187 0.47 0.44 0 0.27 236.59 0.39 0.56
Hex 63 68 BB 2F 2C 0 1B ED 27 38
Octal 143 150 273 57 54 0 33 355 47 70
Binary 1100011 1101000 10111011 101111 101100 0 11011 11101101 100111 111000

Color Harmonies of #6368BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6368BB

Black with #6368BB

Text Example


Text Example

White with #6368BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6368BB; }

 p { color: rgb(99,104,187); }

 H1.HeaderClassName
 {
   color: #6368BB;
 }
 .AnyTagClassName
 {
   color: #6368BB;
 }
</style>

background-color css

<style>
 a { background-color: #6368BB; }

 a { background-color: rgb(99,104,187); }

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

border-color css

<style>
 span { border-color: #6368BB; }

 span { border-color: rgb(99,104,187); }

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