Html Css Color HEX #6274CB Chetwode Blue

📋 copy color: '#6274CB'

red 98 ◦ green 116 ◦ blue 203

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

Shades of Chetwode Blue #6274CB

Tints of Chetwode Blue #6274CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.68%

R = 23.5%
G = 27.82%
B = 48.68%

CMYK

 C value IS 0.52

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6274CB (or 0x6274CB) is known color: Chetwode Blue. HEX triplet: 62, 74 and CB. RGB value is (98,116,203). Sum of RGB (Red+Green+Blue) = 98+116+203=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 116 (45.70% from 255 or 27.82% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #6274CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6274CB is #9D8B34. Grayscale: #787878. Windows color (decimal): -10324789 or 13333602. OLE color: 13333602.

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

Color convert

RGB 98 116 203 -
CMYK 0.52 0.43 0 0.20
HSL 229.71º 0.5% 0.59% -
HSV(B) 229.71º 0.52% 0.8% -
XYZ 22.06 19.4 59.08 -
YUV 120.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 98 116 203 0.52 0.43 0 0.20 229.71 0.5 0.59
Hex 62 74 CB 34 2B 0 14 E6 32 3B
Octal 142 164 313 64 53 0 24 346 62 73
Binary 1100010 1110100 11001011 110100 101011 0 10100 11100110 110010 111011

Color Harmonies of #6274CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274CB

Black with #6274CB

Text Example


Text Example

White with #6274CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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