Html Css Color HEX #6774CB Chetwode Blue

📋 copy color: '#6774CB'

red 103 ◦ green 116 ◦ blue 203

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

Shades of Chetwode Blue #6774CB

Tints of Chetwode Blue #6774CB

RGB

 RED value IS 103 (40.63% from 255) = 24.41%

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

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

R = 24.41%
G = 27.49%
B = 48.1%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6774CB (or 0x6774CB) is known color: Chetwode Blue. HEX triplet: 67, 74 and CB. RGB value is (103,116,203). Sum of RGB (Red+Green+Blue) = 103+116+203=422 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.41% from 422); Green value is 116 (45.70% from 255 or 27.49% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #6774CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6774CB is #988B34. Grayscale: #797979. Windows color (decimal): -9997109 or 13333607. OLE color: 13333607.

HSL color Cylindrical-coordinate representation of color #6774CB: hue angle of 232.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6774CB is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 116 203 -
CMYK 0.49 0.43 0 0.20
HSL 232.2º 0.49% 0.6% -
HSV(B) 232.2º 0.49% 0.8% -
XYZ 22.62 19.69 59.11 -
YUV 122.03 173.69 114.43 -
System Red Green Blue C M Y K H S L
Decimal 103 116 203 0.49 0.43 0 0.20 232.2 0.49 0.6
Hex 67 74 CB 31 2B 0 14 E8 31 3C
Octal 147 164 313 61 53 0 24 350 61 74
Binary 1100111 1110100 11001011 110001 101011 0 10100 11101000 110001 111100

Color Harmonies of #6774CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6774CB

Black with #6774CB

Text Example


Text Example

White with #6774CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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