Html Css Color HEX #6097DA Picton Blue

📋 copy color: '#6097DA'

red 96 ◦ green 151 ◦ blue 218

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

Shades of Picton Blue #6097DA

Tints of Picton Blue #6097DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 46.88%

R = 20.65%
G = 32.47%
B = 46.88%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6097DA (or 0x6097DA) is known color: Picton Blue. HEX triplet: 60, 97 and DA. RGB value is (96,151,218). Sum of RGB (Red+Green+Blue) = 96+151+218=465 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.65% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #6097DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6097DA is #9F6825. Grayscale: #8D8D8D. Windows color (decimal): -10446886 or 14325600. OLE color: 14325600.

HSL color Cylindrical-coordinate representation of color #6097DA: hue angle of 212.95º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6097DA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 151 218 -
CMYK 0.56 0.31 0 0.15
HSL 212.95º 0.62% 0.62% -
HSV(B) 212.95º 0.56% 0.85% -
XYZ 28.55 29.68 70.55 -
YUV 142.19 170.78 95.05 -
System Red Green Blue C M Y K H S L
Decimal 96 151 218 0.56 0.31 0 0.15 212.95 0.62 0.62
Hex 60 97 DA 38 1F 0 F D5 3E 3E
Octal 140 227 332 70 37 0 17 325 76 76
Binary 1100000 10010111 11011010 111000 11111 0 1111 11010101 111110 111110

Color Harmonies of #6097DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6097DA

Black with #6097DA

Text Example


Text Example

White with #6097DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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