Html Css Color HEX #6E9BCA Picton Blue

📋 copy color: '#6E9BCA'

red 110 ◦ green 155 ◦ blue 202

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

Shades of Picton Blue #6E9BCA

Tints of Picton Blue #6E9BCA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.19%

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

R = 23.55%
G = 33.19%
B = 43.25%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6E9BCA (or 0x6E9BCA) is known color: Picton Blue. HEX triplet: 6E, 9B and CA. RGB value is (110,155,202). Sum of RGB (Red+Green+Blue) = 110+155+202=467 (61% of max value = 765). Red value is 110 (43.36% from 255 or 23.55% from 467); Green value is 155 (60.94% from 255 or 33.19% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #6E9BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E9BCA is #916435. Grayscale: #929292. Windows color (decimal): -9528374 or 13278062. OLE color: 13278062.

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

Color convert

RGB 110 155 202 -
CMYK 0.46 0.23 0 0.21
HSL 210.65º 0.46% 0.61% -
HSV(B) 210.65º 0.46% 0.79% -
XYZ 28.81 31.02 60.35 -
YUV 146.9 159.09 101.68 -
System Red Green Blue C M Y K H S L
Decimal 110 155 202 0.46 0.23 0 0.21 210.65 0.46 0.61
Hex 6E 9B CA 2E 17 0 15 D3 2E 3D
Octal 156 233 312 56 27 0 25 323 56 75
Binary 1101110 10011011 11001010 101110 10111 0 10101 11010011 101110 111101

Color Harmonies of #6E9BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9BCA

Black with #6E9BCA

Text Example


Text Example

White with #6E9BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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