Html Css Color HEX #6094CC Picton Blue

📋 copy color: '#6094CC'

red 96 ◦ green 148 ◦ blue 204

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

Shades of Picton Blue #6094CC

Tints of Picton Blue #6094CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.54%

R = 21.43%
G = 33.04%
B = 45.54%

CMYK

 C value IS 0.53

 M value IS 0.27

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6094CC (or 0x6094CC) is known color: Picton Blue. HEX triplet: 60, 94 and CC. RGB value is (96,148,204). Sum of RGB (Red+Green+Blue) = 96+148+204=448 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.43% from 448); Green value is 148 (58.20% from 255 or 33.04% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #6094CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094CC is #9F6B33. Grayscale: #8A8A8A. Windows color (decimal): -10447668 or 13407328. OLE color: 13407328.

HSL color Cylindrical-coordinate representation of color #6094CC: hue angle of 211.11º 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 #6094CC is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 148 204 -
CMYK 0.53 0.27 0 0.2
HSL 211.11º 0.51% 0.59% -
HSV(B) 211.11º 0.53% 0.8% -
XYZ 26.31 28.03 61.15 -
YUV 138.84 164.77 97.45 -
System Red Green Blue C M Y K H S L
Decimal 96 148 204 0.53 0.27 0 0.2 211.11 0.51 0.59
Hex 60 94 CC 35 1B 0 14 D3 33 3B
Octal 140 224 314 65 33 0 24 323 63 73
Binary 1100000 10010100 11001100 110101 11011 0 10100 11010011 110011 111011

Color Harmonies of #6094CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6094CC

Black with #6094CC

Text Example


Text Example

White with #6094CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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