Html Css Color HEX #6E74CA Chetwode Blue

📋 copy color: '#6E74CA'

red 110 ◦ green 116 ◦ blue 202

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

Shades of Chetwode Blue #6E74CA

Tints of Chetwode Blue #6E74CA

RGB

 RED value IS 110 (43.36% from 255) = 25.7%

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

 BLUE value IS 202 (79.3% from 255) = 47.2%

R = 25.7%
G = 27.1%
B = 47.2%

CMYK

 C value IS 0.46

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E74CA (or 0x6E74CA) is known color: Chetwode Blue. HEX triplet: 6E, 74 and CA. RGB value is (110,116,202). Sum of RGB (Red+Green+Blue) = 110+116+202=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 116 (45.70% from 255 or 27.10% from 428); Blue value is 202 (79.30% from 255 or 47.20% from 428); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E74CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E74CA is #918B35. Grayscale: #7B7B7B. Windows color (decimal): -9538358 or 13268078. OLE color: 13268078.

HSL color Cylindrical-coordinate representation of color #6E74CA: hue angle of 236.09º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E74CA is Cyan = 0.46, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 116 202 -
CMYK 0.46 0.43 0 0.21
HSL 236.09º 0.46% 0.61% -
HSV(B) 236.09º 0.46% 0.79% -
XYZ 23.34 20.07 58.52 -
YUV 124.01 172.01 118.01 -
System Red Green Blue C M Y K H S L
Decimal 110 116 202 0.46 0.43 0 0.21 236.09 0.46 0.61
Hex 6E 74 CA 2E 2B 0 15 EC 2E 3D
Octal 156 164 312 56 53 0 25 354 56 75
Binary 1101110 1110100 11001010 101110 101011 0 10101 11101100 101110 111101

Color Harmonies of #6E74CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E74CA

Black with #6E74CA

Text Example


Text Example

White with #6E74CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E74CA; }

 p { color: rgb(110,116,202); }

 H1.HeaderClassName
 {
   color: #6E74CA;
 }
 .AnyTagClassName
 {
   color: #6E74CA;
 }
</style>

background-color css

<style>
 a { background-color: #6E74CA; }

 a { background-color: rgb(110,116,202); }

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

border-color css

<style>
 span { border-color: #6E74CA; }

 span { border-color: rgb(110,116,202); }

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