Html Css Color HEX #6D99CA Picton Blue

📋 copy color: '#6D99CA'

red 109 ◦ green 153 ◦ blue 202

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

Shades of Picton Blue #6D99CA

Tints of Picton Blue #6D99CA

RGB

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

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

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

R = 23.49%
G = 32.97%
B = 43.53%

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

#6D99CA (or 0x6D99CA) is known color: Picton Blue. HEX triplet: 6D, 99 and CA. RGB value is (109,153,202). Sum of RGB (Red+Green+Blue) = 109+153+202=464 (61% of max value = 765). Red value is 109 (42.97% from 255 or 23.49% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 202 (79.30% from 255 or 43.53% from 464); Max value from RGB is 202 - color contains mainly: blue. Hex color #6D99CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D99CA is #926635. Grayscale: #919191. Windows color (decimal): -9594422 or 13277549. OLE color: 13277549.

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

Color convert

RGB 109 153 202 -
CMYK 0.46 0.24 0 0.21
HSL 211.61º 0.47% 0.61% -
HSV(B) 211.61º 0.46% 0.79% -
XYZ 28.36 30.3 60.23 -
YUV 145.43 159.92 102.02 -
System Red Green Blue C M Y K H S L
Decimal 109 153 202 0.46 0.24 0 0.21 211.61 0.47 0.61
Hex 6D 99 CA 2E 18 0 15 D4 2F 3D
Octal 155 231 312 56 30 0 25 324 57 75
Binary 1101101 10011001 11001010 101110 11000 0 10101 11010100 101111 111101

Color Harmonies of #6D99CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D99CA

Black with #6D99CA

Text Example


Text Example

White with #6D99CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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