Html Css Color HEX #6799C6 Picton Blue

📋 copy color: '#6799C6'

red 103 ◦ green 153 ◦ blue 198

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

Shades of Picton Blue #6799C6

Tints of Picton Blue #6799C6

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.7%

 BLUE value IS 198 (77.73% from 255) = 43.61%

R = 22.69%
G = 33.7%
B = 43.61%

CMYK

 C value IS 0.48

 M value IS 0.23

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6799C6 (or 0x6799C6) is known color: Picton Blue. HEX triplet: 67, 99 and C6. RGB value is (103,153,198). Sum of RGB (Red+Green+Blue) = 103+153+198=454 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.69% from 454); Green value is 153 (60.16% from 255 or 33.70% from 454); Blue value is 198 (77.73% from 255 or 43.61% from 454); Max value from RGB is 198 - color contains mainly: blue. Hex color #6799C6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6799C6 is #986639. Grayscale: #8E8E8E. Windows color (decimal): -9987642 or 13015399. OLE color: 13015399.

HSL color Cylindrical-coordinate representation of color #6799C6: hue angle of 208.42º degrees, saturation: 0.45, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6799C6 is Cyan = 0.48, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 103 153 198 -
CMYK 0.48 0.23 0 0.22
HSL 208.42º 0.45% 0.59% -
HSV(B) 208.42º 0.48% 0.78% -
XYZ 27.18 29.74 57.73 -
YUV 143.18 158.94 99.34 -
System Red Green Blue C M Y K H S L
Decimal 103 153 198 0.48 0.23 0 0.22 208.42 0.45 0.59
Hex 67 99 C6 30 17 0 16 D0 2D 3B
Octal 147 231 306 60 27 0 26 320 55 73
Binary 1100111 10011001 11000110 110000 10111 0 10110 11010000 101101 111011

Color Harmonies of #6799C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6799C6

Black with #6799C6

Text Example


Text Example

White with #6799C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6799C6; }

 p { color: rgb(103,153,198); }

 H1.HeaderClassName
 {
   color: #6799C6;
 }
 .AnyTagClassName
 {
   color: #6799C6;
 }
</style>

background-color css

<style>
 a { background-color: #6799C6; }

 a { background-color: rgb(103,153,198); }

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

border-color css

<style>
 span { border-color: #6799C6; }

 span { border-color: rgb(103,153,198); }

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