Html Css Color HEX #6094CE Picton Blue

📋 copy color: '#6094CE'

red 96 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #6094CE

Tints of Picton Blue #6094CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.78%

R = 21.33%
G = 32.89%
B = 45.78%

CMYK

 C value IS 0.53

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6094CE (or 0x6094CE) is known color: Picton Blue. HEX triplet: 60, 94 and CE. RGB value is (96,148,206). Sum of RGB (Red+Green+Blue) = 96+148+206=450 (59% of max value = 765). Red value is 96 (37.89% from 255 or 21.33% from 450); Green value is 148 (58.20% from 255 or 32.89% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #6094CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6094CE is #9F6B31. Grayscale: #8A8A8A. Windows color (decimal): -10447666 or 13538400. OLE color: 13538400.

HSL color Cylindrical-coordinate representation of color #6094CE: hue angle of 211.64º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6094CE is Cyan = 0.53, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 148 206 -
CMYK 0.53 0.28 0 0.19
HSL 211.64º 0.53% 0.59% -
HSV(B) 211.64º 0.53% 0.81% -
XYZ 26.55 28.12 62.42 -
YUV 139.06 165.77 97.28 -
System Red Green Blue C M Y K H S L
Decimal 96 148 206 0.53 0.28 0 0.19 211.64 0.53 0.59
Hex 60 94 CE 35 1C 0 13 D4 35 3B
Octal 140 224 316 65 34 0 23 324 65 73
Binary 1100000 10010100 11001110 110101 11100 0 10011 11010100 110101 111011

Color Harmonies of #6094CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6094CE

Black with #6094CE

Text Example


Text Example

White with #6094CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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