Html Css Color HEX #6C82CA Wild Blue Yonder

📋 copy color: '#6C82CA'

red 108 ◦ green 130 ◦ blue 202

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

Shades of Wild Blue Yonder #6C82CA

Tints of Wild Blue Yonder #6C82CA

RGB

 RED value IS 108 (42.58% from 255) = 24.55%

 GREEN value IS 130 (51.17% from 255) = 29.55%

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

R = 24.55%
G = 29.55%
B = 45.91%

CMYK

 C value IS 0.47

 M value IS 0.36

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C82CA (or 0x6C82CA) is known color: Wild Blue Yonder. HEX triplet: 6C, 82 and CA. RGB value is (108,130,202). Sum of RGB (Red+Green+Blue) = 108+130+202=440 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.55% from 440); Green value is 130 (51.17% from 255 or 29.55% from 440); Blue value is 202 (79.30% from 255 or 45.91% from 440); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C82CA is #937D35. Grayscale: #838383. Windows color (decimal): -9665846 or 13271660. OLE color: 13271660.

HSL color Cylindrical-coordinate representation of color #6C82CA: hue angle of 225.96º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C82CA is Cyan = 0.47, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 130 202 -
CMYK 0.47 0.36 0 0.21
HSL 225.96º 0.47% 0.61% -
HSV(B) 225.96º 0.47% 0.79% -
XYZ 24.83 23.42 59.09 -
YUV 131.63 167.71 111.15 -
System Red Green Blue C M Y K H S L
Decimal 108 130 202 0.47 0.36 0 0.21 225.96 0.47 0.61
Hex 6C 82 CA 2F 24 0 15 E2 2F 3D
Octal 154 202 312 57 44 0 25 342 57 75
Binary 1101100 10000010 11001010 101111 100100 0 10101 11100010 101111 111101

Color Harmonies of #6C82CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C82CA

Black with #6C82CA

Text Example


Text Example

White with #6C82CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,130,202); }

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

background-color css

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

 a { background-color: rgb(108,130,202); }

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

border-color css

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

 span { border-color: rgb(108,130,202); }

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