Html Css Color HEX #6A85BE Wild Blue Yonder

📋 copy color: '#6A85BE'

red 106 ◦ green 133 ◦ blue 190

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

Shades of Wild Blue Yonder #6A85BE

Tints of Wild Blue Yonder #6A85BE

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 24.71%
G = 31%
B = 44.29%

CMYK

 C value IS 0.44

 M value IS 0.3

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6A85BE (or 0x6A85BE) is known color: Wild Blue Yonder. HEX triplet: 6A, 85 and BE. RGB value is (106,133,190). Sum of RGB (Red+Green+Blue) = 106+133+190=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 133 (52.34% from 255 or 31.00% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A85BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A85BE is #957A41. Grayscale: #838383. Windows color (decimal): -9796162 or 12485994. OLE color: 12485994.

HSL color Cylindrical-coordinate representation of color #6A85BE: hue angle of 220.71º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A85BE is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 133 190 -
CMYK 0.44 0.3 0 0.25
HSL 220.71º 0.39% 0.58% -
HSV(B) 220.71º 0.44% 0.75% -
XYZ 23.63 23.56 52.02 -
YUV 131.43 161.05 109.87 -
System Red Green Blue C M Y K H S L
Decimal 106 133 190 0.44 0.3 0 0.25 220.71 0.39 0.58
Hex 6A 85 BE 2C 1E 0 19 DD 27 3A
Octal 152 205 276 54 36 0 31 335 47 72
Binary 1101010 10000101 10111110 101100 11110 0 11001 11011101 100111 111010

Color Harmonies of #6A85BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A85BE

Black with #6A85BE

Text Example


Text Example

White with #6A85BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,133,190); }

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

background-color css

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

 a { background-color: rgb(106,133,190); }

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

border-color css

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

 span { border-color: rgb(106,133,190); }

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