Html Css Color HEX #6274CE Chetwode Blue

📋 copy color: '#6274CE'

red 98 ◦ green 116 ◦ blue 206

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

Shades of Chetwode Blue #6274CE

Tints of Chetwode Blue #6274CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.05%

R = 23.33%
G = 27.62%
B = 49.05%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6274CE (or 0x6274CE) is known color: Chetwode Blue. HEX triplet: 62, 74 and CE. RGB value is (98,116,206). Sum of RGB (Red+Green+Blue) = 98+116+206=420 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.33% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 206 (80.86% from 255 or 49.05% from 420); Max value from RGB is 206 - color contains mainly: blue. Hex color #6274CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274CE is #9D8B31. Grayscale: #787878. Windows color (decimal): -10324786 or 13530210. OLE color: 13530210.

HSL color Cylindrical-coordinate representation of color #6274CE: hue angle of 230º degrees, saturation: 0.52, 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 #6274CE is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 116 206 -
CMYK 0.52 0.44 0 0.19
HSL 230º 0.52% 0.6% -
HSV(B) 230º 0.52% 0.81% -
XYZ 22.42 19.54 60.98 -
YUV 120.88 176.04 111.68 -
System Red Green Blue C M Y K H S L
Decimal 98 116 206 0.52 0.44 0 0.19 230 0.52 0.6
Hex 62 74 CE 34 2C 0 13 E6 34 3C
Octal 142 164 316 64 54 0 23 346 64 74
Binary 1100010 1110100 11001110 110100 101100 0 10011 11100110 110100 111100

Color Harmonies of #6274CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274CE

Black with #6274CE

Text Example


Text Example

White with #6274CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6274CE; }

 p { color: rgb(98,116,206); }

 H1.HeaderClassName
 {
   color: #6274CE;
 }
 .AnyTagClassName
 {
   color: #6274CE;
 }
</style>

background-color css

<style>
 a { background-color: #6274CE; }

 a { background-color: rgb(98,116,206); }

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

border-color css

<style>
 span { border-color: #6274CE; }

 span { border-color: rgb(98,116,206); }

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