Html Css Color HEX #6E99CA Picton Blue

📋 copy color: '#6E99CA'

red 110 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #6E99CA

Tints of Picton Blue #6E99CA

RGB

 RED value IS 110 (43.36% from 255) = 23.66%

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

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

R = 23.66%
G = 32.9%
B = 43.44%

CMYK

 C value IS 0.46

 M value IS 0.24

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E99CA (or 0x6E99CA) is known color: Picton Blue. HEX triplet: 6E, 99 and CA. RGB value is (110,153,202). Sum of RGB (Red+Green+Blue) = 110+153+202=465 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.66% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E99CA is #916635. Grayscale: #919191. Windows color (decimal): -9528886 or 13277550. OLE color: 13277550.

HSL color Cylindrical-coordinate representation of color #6E99CA: hue angle of 211.96º degrees, saturation: 0.46, 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 #6E99CA is Cyan = 0.46, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 110 153 202 -
CMYK 0.46 0.24 0 0.21
HSL 211.96º 0.46% 0.61% -
HSV(B) 211.96º 0.46% 0.79% -
XYZ 28.48 30.36 60.24 -
YUV 145.73 159.75 102.52 -
System Red Green Blue C M Y K H S L
Decimal 110 153 202 0.46 0.24 0 0.21 211.96 0.46 0.61
Hex 6E 99 CA 2E 18 0 15 D4 2E 3D
Octal 156 231 312 56 30 0 25 324 56 75
Binary 1101110 10011001 11001010 101110 11000 0 10101 11010100 101110 111101

Color Harmonies of #6E99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E99CA

Black with #6E99CA

Text Example


Text Example

White with #6E99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,153,202); }

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

background-color css

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

 a { background-color: rgb(110,153,202); }

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

border-color css

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

 span { border-color: rgb(110,153,202); }

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