Html Css Color HEX #6D98CA Picton Blue

📋 copy color: '#6D98CA'

red 109 ◦ green 152 ◦ blue 202

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

Shades of Picton Blue #6D98CA

Tints of Picton Blue #6D98CA

RGB

 RED value IS 109 (42.97% from 255) = 23.54%

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

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

R = 23.54%
G = 32.83%
B = 43.63%

CMYK

 C value IS 0.46

 M value IS 0.25

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6D98CA (or 0x6D98CA) is known color: Picton Blue. HEX triplet: 6D, 98 and CA. RGB value is (109,152,202). Sum of RGB (Red+Green+Blue) = 109+152+202=463 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.54% from 463); Green value is 152 (59.77% from 255 or 32.83% from 463); Blue value is 202 (79.30% from 255 or 43.63% from 463); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D98CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D98CA is #926735. Grayscale: #909090. Windows color (decimal): -9594678 or 13277293. OLE color: 13277293.

HSL color Cylindrical-coordinate representation of color #6D98CA: hue angle of 212.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6D98CA is Cyan = 0.46, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 109 152 202 -
CMYK 0.46 0.25 0 0.21
HSL 212.26º 0.47% 0.61% -
HSV(B) 212.26º 0.46% 0.79% -
XYZ 28.2 29.97 60.18 -
YUV 144.84 160.25 102.43 -
System Red Green Blue C M Y K H S L
Decimal 109 152 202 0.46 0.25 0 0.21 212.26 0.47 0.61
Hex 6D 98 CA 2E 19 0 15 D4 2F 3D
Octal 155 230 312 56 31 0 25 324 57 75
Binary 1101101 10011000 11001010 101110 11001 0 10101 11010100 101111 111101

Color Harmonies of #6D98CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D98CA

Black with #6D98CA

Text Example


Text Example

White with #6D98CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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