Html Css Color HEX #6798CA Picton Blue

📋 copy color: '#6798CA'

red 103 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #6798CA

Tints of Picton Blue #6798CA

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 202 (79.3% from 255) = 44.2%

R = 22.54%
G = 33.26%
B = 44.2%

CMYK

 C value IS 0.49

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6798CA (or 0x6798CA) is known color: Picton Blue. HEX triplet: 67, 98 and CA. RGB value is (103,152,202). Sum of RGB (Red+Green+Blue) = 103+152+202=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #6798CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6798CA is #986735. Grayscale: #8E8E8E. Windows color (decimal): -9987894 or 13277287. OLE color: 13277287.

HSL color Cylindrical-coordinate representation of color #6798CA: hue angle of 210.3º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6798CA is Cyan = 0.49, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 152 202 -
CMYK 0.49 0.25 0 0.21
HSL 210.3º 0.48% 0.6% -
HSV(B) 210.3º 0.49% 0.79% -
XYZ 27.48 29.6 60.14 -
YUV 143.05 161.27 99.43 -
System Red Green Blue C M Y K H S L
Decimal 103 152 202 0.49 0.25 0 0.21 210.3 0.48 0.6
Hex 67 98 CA 31 19 0 15 D2 30 3C
Octal 147 230 312 61 31 0 25 322 60 74
Binary 1100111 10011000 11001010 110001 11001 0 10101 11010010 110000 111100

Color Harmonies of #6798CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6798CA

Black with #6798CA

Text Example


Text Example

White with #6798CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6798CA; }

 p { color: rgb(103,152,202); }

 H1.HeaderClassName
 {
   color: #6798CA;
 }
 .AnyTagClassName
 {
   color: #6798CA;
 }
</style>

background-color css

<style>
 a { background-color: #6798CA; }

 a { background-color: rgb(103,152,202); }

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

border-color css

<style>
 span { border-color: #6798CA; }

 span { border-color: rgb(103,152,202); }

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