Html Css Color HEX #6194CF Picton Blue

📋 copy color: '#6194CF'

red 97 ◦ green 148 ◦ blue 207

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

Shades of Picton Blue #6194CF

Tints of Picton Blue #6194CF

RGB

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

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

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

R = 21.46%
G = 32.74%
B = 45.8%

CMYK

 C value IS 0.53

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6194CF (or 0x6194CF) is known color: Picton Blue. HEX triplet: 61, 94 and CF. RGB value is (97,148,207). Sum of RGB (Red+Green+Blue) = 97+148+207=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 148 (58.20% from 255 or 32.74% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #6194CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6194CF is #9E6B30. Grayscale: #8B8B8B. Windows color (decimal): -10382129 or 13603937. OLE color: 13603937.

HSL color Cylindrical-coordinate representation of color #6194CF: hue angle of 212.18º 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 #6194CF is Cyan = 0.53, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 97 148 207 -
CMYK 0.53 0.29 0 0.19
HSL 212.18º 0.53% 0.6% -
HSV(B) 212.18º 0.53% 0.81% -
XYZ 26.78 28.23 63.07 -
YUV 139.48 166.1 97.7 -
System Red Green Blue C M Y K H S L
Decimal 97 148 207 0.53 0.29 0 0.19 212.18 0.53 0.6
Hex 61 94 CF 35 1D 0 13 D4 35 3C
Octal 141 224 317 65 35 0 23 324 65 74
Binary 1100001 10010100 11001111 110101 11101 0 10011 11010100 110101 111100

Color Harmonies of #6194CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6194CF

Black with #6194CF

Text Example


Text Example

White with #6194CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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