Html Css Color HEX #6A7FD1 Wild Blue Yonder

📋 copy color: '#6A7FD1'

red 106 ◦ green 127 ◦ blue 209

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

Shades of Wild Blue Yonder #6A7FD1

Tints of Wild Blue Yonder #6A7FD1

RGB

 RED value IS 106 (41.8% from 255) = 23.98%

 GREEN value IS 127 (50% from 255) = 28.73%

 BLUE value IS 209 (82.03% from 255) = 47.29%

R = 23.98%
G = 28.73%
B = 47.29%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6A7FD1 (or 0x6A7FD1) is known color: Wild Blue Yonder. HEX triplet: 6A, 7F and D1. RGB value is (106,127,209). Sum of RGB (Red+Green+Blue) = 106+127+209=442 (58% of max value = 765). Red value is 106 (41.80% from 255 or 23.98% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 209 (82.03% from 255 or 47.29% from 442); Max value from RGB is 209 - color contains mainly: blue. Hex color #6A7FD1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A7FD1 is #95802E. Grayscale: #818181. Windows color (decimal): -9797679 or 13729642. OLE color: 13729642.

HSL color Cylindrical-coordinate representation of color #6A7FD1: hue angle of 227.77º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6A7FD1 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 127 209 -
CMYK 0.49 0.39 0 0.18
HSL 227.77º 0.53% 0.62% -
HSV(B) 227.77º 0.49% 0.82% -
XYZ 25.04 22.85 63.41 -
YUV 130.07 172.54 110.83 -
System Red Green Blue C M Y K H S L
Decimal 106 127 209 0.49 0.39 0 0.18 227.77 0.53 0.62
Hex 6A 7F D1 31 27 0 12 E4 35 3E
Octal 152 177 321 61 47 0 22 344 65 76
Binary 1101010 1111111 11010001 110001 100111 0 10010 11100100 110101 111110

Color Harmonies of #6A7FD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A7FD1

Black with #6A7FD1

Text Example


Text Example

White with #6A7FD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,127,209); }

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

background-color css

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

 a { background-color: rgb(106,127,209); }

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

border-color css

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

 span { border-color: rgb(106,127,209); }

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