Html Css Color HEX #6374CA Chetwode Blue

📋 copy color: '#6374CA'

red 99 ◦ green 116 ◦ blue 202

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

Shades of Chetwode Blue #6374CA

Tints of Chetwode Blue #6374CA

RGB

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

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

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

R = 23.74%
G = 27.82%
B = 48.44%

CMYK

 C value IS 0.51

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6374CA (or 0x6374CA) is known color: Chetwode Blue. HEX triplet: 63, 74 and CA. RGB value is (99,116,202). Sum of RGB (Red+Green+Blue) = 99+116+202=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #6374CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374CA is #9C8B35. Grayscale: #787878. Windows color (decimal): -10259254 or 13268067. OLE color: 13268067.

HSL color Cylindrical-coordinate representation of color #6374CA: hue angle of 230.1º 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 #6374CA is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 99 116 202 -
CMYK 0.51 0.43 0 0.21
HSL 230.1º 0.49% 0.59% -
HSV(B) 230.1º 0.51% 0.79% -
XYZ 22.05 19.41 58.46 -
YUV 120.72 173.87 112.51 -
System Red Green Blue C M Y K H S L
Decimal 99 116 202 0.51 0.43 0 0.21 230.1 0.49 0.59
Hex 63 74 CA 33 2B 0 15 E6 31 3B
Octal 143 164 312 63 53 0 25 346 61 73
Binary 1100011 1110100 11001010 110011 101011 0 10101 11100110 110001 111011

Color Harmonies of #6374CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374CA

Black with #6374CA

Text Example


Text Example

White with #6374CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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