Html Css Color HEX #6197CD Picton Blue

📋 copy color: '#6197CD'

red 97 ◦ green 151 ◦ blue 205

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

Shades of Picton Blue #6197CD

Tints of Picton Blue #6197CD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.33%

 BLUE value IS 205 (80.47% from 255) = 45.25%

R = 21.41%
G = 33.33%
B = 45.25%

CMYK

 C value IS 0.53

 M value IS 0.26

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6197CD (or 0x6197CD) is known color: Picton Blue. HEX triplet: 61, 97 and CD. RGB value is (97,151,205). Sum of RGB (Red+Green+Blue) = 97+151+205=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 205 (80.47% from 255 or 45.25% from 453); Max value from RGB is 205 - color contains mainly: blue. Hex color #6197CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6197CD is #9E6832. Grayscale: #8C8C8C. Windows color (decimal): -10381363 or 13473633. OLE color: 13473633.

HSL color Cylindrical-coordinate representation of color #6197CD: hue angle of 210º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6197CD is Cyan = 0.53, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 97 151 205 -
CMYK 0.53 0.26 0 0.20
HSL 210º 0.52% 0.59% -
HSV(B) 210º 0.53% 0.8% -
XYZ 27.02 29.08 61.95 -
YUV 141.01 164.11 96.61 -
System Red Green Blue C M Y K H S L
Decimal 97 151 205 0.53 0.26 0 0.20 210 0.52 0.59
Hex 61 97 CD 35 1A 0 14 D2 34 3B
Octal 141 227 315 65 32 0 24 322 64 73
Binary 1100001 10010111 11001101 110101 11010 0 10100 11010010 110100 111011

Color Harmonies of #6197CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6197CD

Black with #6197CD

Text Example


Text Example

White with #6197CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6197CD; }

 p { color: rgb(97,151,205); }

 H1.HeaderClassName
 {
   color: #6197CD;
 }
 .AnyTagClassName
 {
   color: #6197CD;
 }
</style>

background-color css

<style>
 a { background-color: #6197CD; }

 a { background-color: rgb(97,151,205); }

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

border-color css

<style>
 span { border-color: #6197CD; }

 span { border-color: rgb(97,151,205); }

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