Html Css Color HEX #6374CC Chetwode Blue

📋 copy color: '#6374CC'

red 99 ◦ green 116 ◦ blue 204

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

Shades of Chetwode Blue #6374CC

Tints of Chetwode Blue #6374CC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.68%

 BLUE value IS 204 (80.08% from 255) = 48.69%

R = 23.63%
G = 27.68%
B = 48.69%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6374CC (or 0x6374CC) is known color: Chetwode Blue. HEX triplet: 63, 74 and CC. RGB value is (99,116,204). Sum of RGB (Red+Green+Blue) = 99+116+204=419 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.63% from 419); Green value is 116 (45.70% from 255 or 27.68% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #6374CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374CC is #9C8B33. Grayscale: #787878. Windows color (decimal): -10259252 or 13399139. OLE color: 13399139.

HSL color Cylindrical-coordinate representation of color #6374CC: hue angle of 230.29º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6374CC is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 99 116 204 -
CMYK 0.51 0.43 0 0.2
HSL 230.29º 0.51% 0.59% -
HSV(B) 230.29º 0.51% 0.8% -
XYZ 22.29 19.5 59.72 -
YUV 120.95 174.87 112.34 -
System Red Green Blue C M Y K H S L
Decimal 99 116 204 0.51 0.43 0 0.2 230.29 0.51 0.59
Hex 63 74 CC 33 2B 0 14 E6 33 3B
Octal 143 164 314 63 53 0 24 346 63 73
Binary 1100011 1110100 11001100 110011 101011 0 10100 11100110 110011 111011

Color Harmonies of #6374CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374CC

Black with #6374CC

Text Example


Text Example

White with #6374CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6374CC; }

 p { color: rgb(99,116,204); }

 H1.HeaderClassName
 {
   color: #6374CC;
 }
 .AnyTagClassName
 {
   color: #6374CC;
 }
</style>

background-color css

<style>
 a { background-color: #6374CC; }

 a { background-color: rgb(99,116,204); }

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

border-color css

<style>
 span { border-color: #6374CC; }

 span { border-color: rgb(99,116,204); }

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