Html Css Color HEX #6D8ACF Wild Blue Yonder

📋 copy color: '#6D8ACF'

red 109 ◦ green 138 ◦ blue 207

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

Shades of Wild Blue Yonder #6D8ACF

Tints of Wild Blue Yonder #6D8ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.4%

 BLUE value IS 207 (81.25% from 255) = 45.59%

R = 24.01%
G = 30.4%
B = 45.59%

CMYK

 C value IS 0.47

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D8ACF (or 0x6D8ACF) is known color: Wild Blue Yonder. HEX triplet: 6D, 8A and CF. RGB value is (109,138,207). Sum of RGB (Red+Green+Blue) = 109+138+207=454 (60% of max value = 765). Red value is 109 (42.97% from 255 or 24.01% from 454); Green value is 138 (54.30% from 255 or 30.40% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #6D8ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D8ACF is #927530. Grayscale: #888888. Windows color (decimal): -9598257 or 13601389. OLE color: 13601389.

HSL color Cylindrical-coordinate representation of color #6D8ACF: hue angle of 222.24º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D8ACF is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 138 207 -
CMYK 0.47 0.33 0 0.19
HSL 222.24º 0.51% 0.62% -
HSV(B) 222.24º 0.47% 0.81% -
XYZ 26.66 25.93 62.63 -
YUV 137.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 109 138 207 0.47 0.33 0 0.19 222.24 0.51 0.62
Hex 6D 8A CF 2F 21 0 13 DE 33 3E
Octal 155 212 317 57 41 0 23 336 63 76
Binary 1101101 10001010 11001111 101111 100001 0 10011 11011110 110011 111110

Color Harmonies of #6D8ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8ACF

Black with #6D8ACF

Text Example


Text Example

White with #6D8ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,138,207); }

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

background-color css

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

 a { background-color: rgb(109,138,207); }

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

border-color css

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

 span { border-color: rgb(109,138,207); }

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