Html Css Color HEX #6093CF Picton Blue

📋 copy color: '#6093CF'

red 96 ◦ green 147 ◦ blue 207

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

Shades of Picton Blue #6093CF

Tints of Picton Blue #6093CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.67%

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

R = 21.33%
G = 32.67%
B = 46%

CMYK

 C value IS 0.54

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6093CF (or 0x6093CF) is known color: Picton Blue. HEX triplet: 60, 93 and CF. RGB value is (96,147,207). Sum of RGB (Red+Green+Blue) = 96+147+207=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 147 (57.81% from 255 or 32.67% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #6093CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6093CF is #9F6C30. Grayscale: #8A8A8A. Windows color (decimal): -10447921 or 13603680. OLE color: 13603680.

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

Color convert

RGB 96 147 207 -
CMYK 0.54 0.29 0 0.19
HSL 212.43º 0.54% 0.59% -
HSV(B) 212.43º 0.54% 0.81% -
XYZ 26.52 27.86 63.01 -
YUV 138.59 166.6 97.62 -
System Red Green Blue C M Y K H S L
Decimal 96 147 207 0.54 0.29 0 0.19 212.43 0.54 0.59
Hex 60 93 CF 36 1D 0 13 D4 36 3B
Octal 140 223 317 66 35 0 23 324 66 73
Binary 1100000 10010011 11001111 110110 11101 0 10011 11010100 110110 111011

Color Harmonies of #6093CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6093CF

Black with #6093CF

Text Example


Text Example

White with #6093CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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