Html Css Color HEX #6270CC Chetwode Blue

📋 copy color: '#6270CC'

red 98 ◦ green 112 ◦ blue 204

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

Shades of Chetwode Blue #6270CC

Tints of Chetwode Blue #6270CC

RGB

 RED value IS 98 (38.67% from 255) = 23.67%

 GREEN value IS 112 (44.14% from 255) = 27.05%

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

R = 23.67%
G = 27.05%
B = 49.28%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6270CC (or 0x6270CC) is known color: Chetwode Blue. HEX triplet: 62, 70 and CC. RGB value is (98,112,204). Sum of RGB (Red+Green+Blue) = 98+112+204=414 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.67% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #6270CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6270CC is #9D8F33. Grayscale: #757575. Windows color (decimal): -10325812 or 13398114. OLE color: 13398114.

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

Color convert

RGB 98 112 204 -
CMYK 0.52 0.45 0 0.2
HSL 232.08º 0.51% 0.59% -
HSV(B) 232.08º 0.52% 0.8% -
XYZ 21.73 18.54 59.56 -
YUV 118.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 98 112 204 0.52 0.45 0 0.2 232.08 0.51 0.59
Hex 62 70 CC 34 2D 0 14 E8 33 3B
Octal 142 160 314 64 55 0 24 350 63 73
Binary 1100010 1110000 11001100 110100 101101 0 10100 11101000 110011 111011

Color Harmonies of #6270CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6270CC

Black with #6270CC

Text Example


Text Example

White with #6270CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(98,112,204); }

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

background-color css

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

 a { background-color: rgb(98,112,204); }

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

border-color css

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

 span { border-color: rgb(98,112,204); }

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