Html Css Color HEX #6374BC Chetwode Blue

📋 copy color: '#6374BC'

red 99 ◦ green 116 ◦ blue 188

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

Shades of Chetwode Blue #6374BC

Tints of Chetwode Blue #6374BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 24.57%
G = 28.78%
B = 46.65%

CMYK

 C value IS 0.47

 M value IS 0.38

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6374BC (or 0x6374BC) is known color: Chetwode Blue. HEX triplet: 63, 74 and BC. RGB value is (99,116,188). Sum of RGB (Red+Green+Blue) = 99+116+188=403 (53% of max value = 765). Red value is 99 (39.06% from 255 or 24.57% from 403); Green value is 116 (45.70% from 255 or 28.78% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #6374BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6374BC is #9C8B43. Grayscale: #767676. Windows color (decimal): -10259268 or 12350563. OLE color: 12350563.

HSL color Cylindrical-coordinate representation of color #6374BC: hue angle of 228.54º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6374BC is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 99 116 188 -
CMYK 0.47 0.38 0 0.26
HSL 228.54º 0.4% 0.56% -
HSV(B) 228.54º 0.47% 0.74% -
XYZ 20.47 18.77 50.12 -
YUV 119.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 99 116 188 0.47 0.38 0 0.26 228.54 0.4 0.56
Hex 63 74 BC 2F 26 0 1A E5 28 38
Octal 143 164 274 57 46 0 32 345 50 70
Binary 1100011 1110100 10111100 101111 100110 0 11010 11100101 101000 111000

Color Harmonies of #6374BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6374BC

Black with #6374BC

Text Example


Text Example

White with #6374BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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