Html Css Color HEX #6794CE Picton Blue

📋 copy color: '#6794CE'

red 103 ◦ green 148 ◦ blue 206

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

Shades of Picton Blue #6794CE

Tints of Picton Blue #6794CE

RGB

 RED value IS 103 (40.63% from 255) = 22.54%

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

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

R = 22.54%
G = 32.39%
B = 45.08%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6794CE (or 0x6794CE) is known color: Picton Blue. HEX triplet: 67, 94 and CE. RGB value is (103,148,206). Sum of RGB (Red+Green+Blue) = 103+148+206=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #6794CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6794CE is #986B31. Grayscale: #8C8C8C. Windows color (decimal): -9988914 or 13538407. OLE color: 13538407.

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

Color convert

RGB 103 148 206 -
CMYK 0.50 0.28 0 0.19
HSL 213.79º 0.51% 0.61% -
HSV(B) 213.79º 0.5% 0.81% -
XYZ 27.32 28.52 62.46 -
YUV 141.16 164.59 100.78 -
System Red Green Blue C M Y K H S L
Decimal 103 148 206 0.50 0.28 0 0.19 213.79 0.51 0.61
Hex 67 94 CE 32 1C 0 13 D6 33 3D
Octal 147 224 316 62 34 0 23 326 63 75
Binary 1100111 10010100 11001110 110010 11100 0 10011 11010110 110011 111101

Color Harmonies of #6794CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6794CE

Black with #6794CE

Text Example


Text Example

White with #6794CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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