Html Css Color HEX #6C98CE Picton Blue

📋 copy color: '#6C98CE'

red 108 ◦ green 152 ◦ blue 206

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

Shades of Picton Blue #6C98CE

Tints of Picton Blue #6C98CE

RGB

 RED value IS 108 (42.58% from 255) = 23.18%

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

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

R = 23.18%
G = 32.62%
B = 44.21%

CMYK

 C value IS 0.48

 M value IS 0.26

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C98CE (or 0x6C98CE) is known color: Picton Blue. HEX triplet: 6C, 98 and CE. RGB value is (108,152,206). Sum of RGB (Red+Green+Blue) = 108+152+206=466 (61% of max value = 765). Red value is 108 (42.58% from 255 or 23.18% from 466); Green value is 152 (59.77% from 255 or 32.62% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C98CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C98CE is #936731. Grayscale: #909090. Windows color (decimal): -9660210 or 13539436. OLE color: 13539436.

HSL color Cylindrical-coordinate representation of color #6C98CE: hue angle of 213.06º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6C98CE is Cyan = 0.48, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 152 206 -
CMYK 0.48 0.26 0 0.19
HSL 213.06º 0.5% 0.62% -
HSV(B) 213.06º 0.48% 0.81% -
XYZ 28.55 30.1 62.7 -
YUV 145 162.42 101.61 -
System Red Green Blue C M Y K H S L
Decimal 108 152 206 0.48 0.26 0 0.19 213.06 0.5 0.62
Hex 6C 98 CE 30 1A 0 13 D5 32 3E
Octal 154 230 316 60 32 0 23 325 62 76
Binary 1101100 10011000 11001110 110000 11010 0 10011 11010101 110010 111110

Color Harmonies of #6C98CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C98CE

Black with #6C98CE

Text Example


Text Example

White with #6C98CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C98CE; }

 p { color: rgb(108,152,206); }

 H1.HeaderClassName
 {
   color: #6C98CE;
 }
 .AnyTagClassName
 {
   color: #6C98CE;
 }
</style>

background-color css

<style>
 a { background-color: #6C98CE; }

 a { background-color: rgb(108,152,206); }

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

border-color css

<style>
 span { border-color: #6C98CE; }

 span { border-color: rgb(108,152,206); }

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