Html Css Color HEX #6096DA Picton Blue

📋 copy color: '#6096DA'

red 96 ◦ green 150 ◦ blue 218

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

Shades of Picton Blue #6096DA

Tints of Picton Blue #6096DA

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 20.69%
G = 32.33%
B = 46.98%

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

#6096DA (or 0x6096DA) is known color: Picton Blue. HEX triplet: 60, 96 and DA. RGB value is (96,150,218). Sum of RGB (Red+Green+Blue) = 96+150+218=464 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.69% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #6096DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6096DA is #9F6925. Grayscale: #8D8D8D. Windows color (decimal): -10447142 or 14325344. OLE color: 14325344.

HSL color Cylindrical-coordinate representation of color #6096DA: hue angle of 213.44º 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 #6096DA is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 96 150 218 -
CMYK 0.56 0.31 0 0.15
HSL 213.44º 0.62% 0.62% -
HSV(B) 213.44º 0.56% 0.85% -
XYZ 28.39 29.36 70.5 -
YUV 141.61 171.11 95.47 -
System Red Green Blue C M Y K H S L
Decimal 96 150 218 0.56 0.31 0 0.15 213.44 0.62 0.62
Hex 60 96 DA 38 1F 0 F D5 3E 3E
Octal 140 226 332 70 37 0 17 325 76 76
Binary 1100000 10010110 11011010 111000 11111 0 1111 11010101 111110 111110

Color Harmonies of #6096DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6096DA

Black with #6096DA

Text Example


Text Example

White with #6096DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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