Html Css Color HEX #6097CF Picton Blue

📋 copy color: '#6097CF'

red 96 ◦ green 151 ◦ blue 207

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

Shades of Picton Blue #6097CF

Tints of Picton Blue #6097CF

RGB

 RED value IS 96 (37.89% from 255) = 21.15%

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

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

R = 21.15%
G = 33.26%
B = 45.59%

CMYK

 C value IS 0.54

 M value IS 0.27

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6097CF (or 0x6097CF) is known color: Picton Blue. HEX triplet: 60, 97 and CF. RGB value is (96,151,207). Sum of RGB (Red+Green+Blue) = 96+151+207=454 (60% of max value = 765). Red value is 96 (37.89% from 255 or 21.15% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6097CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6097CF is #9F6830. Grayscale: #8C8C8C. Windows color (decimal): -10446897 or 13604704. OLE color: 13604704.

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

Color convert

RGB 96 151 207 -
CMYK 0.54 0.27 0 0.19
HSL 210.27º 0.54% 0.59% -
HSV(B) 210.27º 0.54% 0.81% -
XYZ 27.15 29.13 63.22 -
YUV 140.94 165.28 95.95 -
System Red Green Blue C M Y K H S L
Decimal 96 151 207 0.54 0.27 0 0.19 210.27 0.54 0.59
Hex 60 97 CF 36 1B 0 13 D2 36 3B
Octal 140 227 317 66 33 0 23 322 66 73
Binary 1100000 10010111 11001111 110110 11011 0 10011 11010010 110110 111011

Color Harmonies of #6097CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6097CF

Black with #6097CF

Text Example


Text Example

White with #6097CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,151,207); }

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

background-color css

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

 a { background-color: rgb(96,151,207); }

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

border-color css

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

 span { border-color: rgb(96,151,207); }

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