Html Css Color HEX #6194CC Picton Blue

📋 copy color: '#6194CC'

red 97 ◦ green 148 ◦ blue 204

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

Shades of Picton Blue #6194CC

Tints of Picton Blue #6194CC

RGB

 RED value IS 97 (38.28% from 255) = 21.6%

 GREEN value IS 148 (58.2% from 255) = 32.96%

 BLUE value IS 204 (80.08% from 255) = 45.43%

R = 21.6%
G = 32.96%
B = 45.43%

CMYK

 C value IS 0.52

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6194CC (or 0x6194CC) is known color: Picton Blue. HEX triplet: 61, 94 and CC. RGB value is (97,148,204). Sum of RGB (Red+Green+Blue) = 97+148+204=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 148 (58.20% from 255 or 32.96% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #6194CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CC is #9E6B33. Grayscale: #8A8A8A. Windows color (decimal): -10382132 or 13407329. OLE color: 13407329.

HSL color Cylindrical-coordinate representation of color #6194CC: hue angle of 211.4º degrees, saturation: 0.51, 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 #6194CC is Cyan = 0.52, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 148 204 -
CMYK 0.52 0.27 0 0.2
HSL 211.4º 0.51% 0.59% -
HSV(B) 211.4º 0.52% 0.8% -
XYZ 26.42 28.08 61.15 -
YUV 139.14 164.6 97.95 -
System Red Green Blue C M Y K H S L
Decimal 97 148 204 0.52 0.27 0 0.2 211.4 0.51 0.59
Hex 61 94 CC 34 1B 0 14 D3 33 3B
Octal 141 224 314 64 33 0 24 323 63 73
Binary 1100001 10010100 11001100 110100 11011 0 10100 11010011 110011 111011

Color Harmonies of #6194CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194CC

Black with #6194CC

Text Example


Text Example

White with #6194CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6194CC; }

 p { color: rgb(97,148,204); }

 H1.HeaderClassName
 {
   color: #6194CC;
 }
 .AnyTagClassName
 {
   color: #6194CC;
 }
</style>

background-color css

<style>
 a { background-color: #6194CC; }

 a { background-color: rgb(97,148,204); }

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

border-color css

<style>
 span { border-color: #6194CC; }

 span { border-color: rgb(97,148,204); }

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