Html Css Color HEX #6195CF Picton Blue

📋 copy color: '#6195CF'

red 97 ◦ green 149 ◦ blue 207

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

Shades of Picton Blue #6195CF

Tints of Picton Blue #6195CF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.89%

 BLUE value IS 207 (81.25% from 255) = 45.7%

R = 21.41%
G = 32.89%
B = 45.7%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6195CF (or 0x6195CF) is known color: Picton Blue. HEX triplet: 61, 95 and CF. RGB value is (97,149,207). Sum of RGB (Red+Green+Blue) = 97+149+207=453 (60% of max value = 765). Red value is 97 (38.28% from 255 or 21.41% from 453); Green value is 149 (58.59% from 255 or 32.89% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #6195CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6195CF is #9E6A30. Grayscale: #8B8B8B. Windows color (decimal): -10381873 or 13604193. OLE color: 13604193.

HSL color Cylindrical-coordinate representation of color #6195CF: hue angle of 211.64º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6195CF is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 149 207 -
CMYK 0.53 0.28 0 0.19
HSL 211.64º 0.53% 0.6% -
HSV(B) 211.64º 0.53% 0.81% -
XYZ 26.94 28.54 63.12 -
YUV 140.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 97 149 207 0.53 0.28 0 0.19 211.64 0.53 0.6
Hex 61 95 CF 35 1C 0 13 D4 35 3C
Octal 141 225 317 65 34 0 23 324 65 74
Binary 1100001 10010101 11001111 110101 11100 0 10011 11010100 110101 111100

Color Harmonies of #6195CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6195CF

Black with #6195CF

Text Example


Text Example

White with #6195CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6195CF; }

 p { color: rgb(97,149,207); }

 H1.HeaderClassName
 {
   color: #6195CF;
 }
 .AnyTagClassName
 {
   color: #6195CF;
 }
</style>

background-color css

<style>
 a { background-color: #6195CF; }

 a { background-color: rgb(97,149,207); }

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

border-color css

<style>
 span { border-color: #6195CF; }

 span { border-color: rgb(97,149,207); }

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