Html Css Color HEX #6094CB Picton Blue

📋 copy color: '#6094CB'

red 96 ◦ green 148 ◦ blue 203

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

Shades of Picton Blue #6094CB

Tints of Picton Blue #6094CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.41%

R = 21.48%
G = 33.11%
B = 45.41%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6094CB (or 0x6094CB) is known color: Picton Blue. HEX triplet: 60, 94 and CB. RGB value is (96,148,203). Sum of RGB (Red+Green+Blue) = 96+148+203=447 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.48% from 447); Green value is 148 (58.20% from 255 or 33.11% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #6094CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094CB is #9F6B34. Grayscale: #8A8A8A. Windows color (decimal): -10447669 or 13341792. OLE color: 13341792.

HSL color Cylindrical-coordinate representation of color #6094CB: hue angle of 210.84º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6094CB is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 148 203 -
CMYK 0.53 0.27 0 0.20
HSL 210.84º 0.51% 0.59% -
HSV(B) 210.84º 0.53% 0.8% -
XYZ 26.19 27.98 60.52 -
YUV 138.72 164.27 97.53 -
System Red Green Blue C M Y K H S L
Decimal 96 148 203 0.53 0.27 0 0.20 210.84 0.51 0.59
Hex 60 94 CB 35 1B 0 14 D3 33 3B
Octal 140 224 313 65 33 0 24 323 63 73
Binary 1100000 10010100 11001011 110101 11011 0 10100 11010011 110011 111011

Color Harmonies of #6094CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6094CB

Black with #6094CB

Text Example


Text Example

White with #6094CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6094CB; }

 p { color: rgb(96,148,203); }

 H1.HeaderClassName
 {
   color: #6094CB;
 }
 .AnyTagClassName
 {
   color: #6094CB;
 }
</style>

background-color css

<style>
 a { background-color: #6094CB; }

 a { background-color: rgb(96,148,203); }

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

border-color css

<style>
 span { border-color: #6094CB; }

 span { border-color: rgb(96,148,203); }

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