Html Css Color HEX #6378CF Chetwode Blue

📋 copy color: '#6378CF'

red 99 ◦ green 120 ◦ blue 207

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

Shades of Chetwode Blue #6378CF

Tints of Chetwode Blue #6378CF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.17%

 BLUE value IS 207 (81.25% from 255) = 48.59%

R = 23.24%
G = 28.17%
B = 48.59%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6378CF (or 0x6378CF) is known color: Chetwode Blue. HEX triplet: 63, 78 and CF. RGB value is (99,120,207). Sum of RGB (Red+Green+Blue) = 99+120+207=426 (56% of max value = 765). Red value is 99 (39.06% from 255 or 23.24% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 207 (81.25% from 255 or 48.59% from 426); Max value from RGB is 207 - color contains mainly: blue. Hex color #6378CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6378CF is #9C8730. Grayscale: #7B7B7B. Windows color (decimal): -10258225 or 13596771. OLE color: 13596771.

HSL color Cylindrical-coordinate representation of color #6378CF: hue angle of 228.33º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6378CF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 99 120 207 -
CMYK 0.52 0.42 0 0.19
HSL 228.33º 0.53% 0.6% -
HSV(B) 228.33º 0.52% 0.81% -
XYZ 23.12 20.59 61.79 -
YUV 123.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 99 120 207 0.52 0.42 0 0.19 228.33 0.53 0.6
Hex 63 78 CF 34 2A 0 13 E4 35 3C
Octal 143 170 317 64 52 0 23 344 65 74
Binary 1100011 1111000 11001111 110100 101010 0 10011 11100100 110101 111100

Color Harmonies of #6378CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6378CF

Black with #6378CF

Text Example


Text Example

White with #6378CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6378CF; }

 p { color: rgb(99,120,207); }

 H1.HeaderClassName
 {
   color: #6378CF;
 }
 .AnyTagClassName
 {
   color: #6378CF;
 }
</style>

background-color css

<style>
 a { background-color: #6378CF; }

 a { background-color: rgb(99,120,207); }

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

border-color css

<style>
 span { border-color: #6378CF; }

 span { border-color: rgb(99,120,207); }

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