Html Css Color HEX #6274AC Chetwode Blue

📋 copy color: '#6274AC'

red 98 ◦ green 116 ◦ blue 172

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

Shades of Chetwode Blue #6274AC

Tints of Chetwode Blue #6274AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 44.56%

R = 25.39%
G = 30.05%
B = 44.56%

CMYK

 C value IS 0.43

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6274AC (or 0x6274AC) is known color: Chetwode Blue. HEX triplet: 62, 74 and AC. RGB value is (98,116,172). Sum of RGB (Red+Green+Blue) = 98+116+172=386 (51% of max value = 765). Red value is 98 (38.67% from 255 or 25.39% from 386); Green value is 116 (45.70% from 255 or 30.05% from 386); Blue value is 172 (67.58% from 255 or 44.56% from 386); Max value from RGB is 172 - color contains mainly: blue. Hex color #6274AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6274AC is #9D8B53. Grayscale: #747474. Windows color (decimal): -10324820 or 11301986. OLE color: 11301986.

HSL color Cylindrical-coordinate representation of color #6274AC: hue angle of 225.41º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6274AC is Cyan = 0.43, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 98 116 172 -
CMYK 0.43 0.33 0 0.33
HSL 225.41º 0.31% 0.53% -
HSV(B) 225.41º 0.43% 0.67% -
XYZ 18.73 18.07 41.53 -
YUV 117 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 98 116 172 0.43 0.33 0 0.33 225.41 0.31 0.53
Hex 62 74 AC 2B 21 0 21 E1 1F 35
Octal 142 164 254 53 41 0 41 341 37 65
Binary 1100010 1110100 10101100 101011 100001 0 100001 11100001 11111 110101

Color Harmonies of #6274AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6274AC

Black with #6274AC

Text Example


Text Example

White with #6274AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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