Html Css Color HEX #6478CF Chetwode Blue

📋 copy color: '#6478CF'

red 100 ◦ green 120 ◦ blue 207

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

Shades of Chetwode Blue #6478CF

Tints of Chetwode Blue #6478CF

RGB

 RED value IS 100 (39.45% from 255) = 23.42%

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

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

R = 23.42%
G = 28.1%
B = 48.48%

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

#6478CF (or 0x6478CF) is known color: Chetwode Blue. HEX triplet: 64, 78 and CF. RGB value is (100,120,207). Sum of RGB (Red+Green+Blue) = 100+120+207=427 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.42% from 427); Green value is 120 (47.27% from 255 or 28.10% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #6478CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6478CF is #9B8730. Grayscale: #7B7B7B. Windows color (decimal): -10192689 or 13596772. OLE color: 13596772.

HSL color Cylindrical-coordinate representation of color #6478CF: hue angle of 228.79º 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 #6478CF is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 120 207 -
CMYK 0.52 0.42 0 0.19
HSL 228.79º 0.53% 0.6% -
HSV(B) 228.79º 0.52% 0.81% -
XYZ 23.23 20.65 61.79 -
YUV 123.94 174.87 110.93 -
System Red Green Blue C M Y K H S L
Decimal 100 120 207 0.52 0.42 0 0.19 228.79 0.53 0.6
Hex 64 78 CF 34 2A 0 13 E5 35 3C
Octal 144 170 317 64 52 0 23 345 65 74
Binary 1100100 1111000 11001111 110100 101010 0 10011 11100101 110101 111100

Color Harmonies of #6478CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6478CF

Black with #6478CF

Text Example


Text Example

White with #6478CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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