Html Css Color HEX #6375CA Chetwode Blue

📋 copy color: '#6375CA'

red 99 ◦ green 117 ◦ blue 202

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

Shades of Chetwode Blue #6375CA

Tints of Chetwode Blue #6375CA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.99%

 BLUE value IS 202 (79.3% from 255) = 48.33%

R = 23.68%
G = 27.99%
B = 48.33%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6375CA (or 0x6375CA) is known color: Chetwode Blue. HEX triplet: 63, 75 and CA. RGB value is (99,117,202). Sum of RGB (Red+Green+Blue) = 99+117+202=418 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.68% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #6375CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6375CA is #9C8A35. Grayscale: #787878. Windows color (decimal): -10258998 or 13268323. OLE color: 13268323.

HSL color Cylindrical-coordinate representation of color #6375CA: hue angle of 229.51º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6375CA is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 117 202 -
CMYK 0.51 0.42 0 0.21
HSL 229.51º 0.49% 0.59% -
HSV(B) 229.51º 0.51% 0.79% -
XYZ 22.17 19.64 58.5 -
YUV 121.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 99 117 202 0.51 0.42 0 0.21 229.51 0.49 0.59
Hex 63 75 CA 33 2A 0 15 E6 31 3B
Octal 143 165 312 63 52 0 25 346 61 73
Binary 1100011 1110101 11001010 110011 101010 0 10101 11100110 110001 111011

Color Harmonies of #6375CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6375CA

Black with #6375CA

Text Example


Text Example

White with #6375CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6375CA; }

 p { color: rgb(99,117,202); }

 H1.HeaderClassName
 {
   color: #6375CA;
 }
 .AnyTagClassName
 {
   color: #6375CA;
 }
</style>

background-color css

<style>
 a { background-color: #6375CA; }

 a { background-color: rgb(99,117,202); }

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

border-color css

<style>
 span { border-color: #6375CA; }

 span { border-color: rgb(99,117,202); }

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