Html Css Color HEX #6BA2EB Cornflower Blue

📋 copy color: '#6BA2EB'

red 107 ◦ green 162 ◦ blue 235

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

Shades of Cornflower Blue #6BA2EB

Tints of Cornflower Blue #6BA2EB

RGB

 RED value IS 107 (42.19% from 255) = 21.23%

 GREEN value IS 162 (63.67% from 255) = 32.14%

 BLUE value IS 235 (92.19% from 255) = 46.63%

R = 21.23%
G = 32.14%
B = 46.63%

CMYK

 C value IS 0.54

 M value IS 0.31

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6BA2EB (or 0x6BA2EB) is known color: Cornflower Blue. HEX triplet: 6B, A2 and EB. RGB value is (107,162,235). Sum of RGB (Red+Green+Blue) = 107+162+235=504 (66% of max value = 765). Red value is 107 (42.19% from 255 or 21.23% from 504); Green value is 162 (63.67% from 255 or 32.14% from 504); Blue value is 235 (92.19% from 255 or 46.63% from 504); Max value from RGB is 235 - color contains mainly: blue. Hex color #6BA2EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6BA2EB is #945D14. Grayscale: #999999. Windows color (decimal): -9723157 or 15442539. OLE color: 15442539.

HSL color Cylindrical-coordinate representation of color #6BA2EB: hue angle of 214.22º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6BA2EB is Cyan = 0.54, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 107 162 235 -
CMYK 0.54 0.31 0 0.08
HSL 214.22º 0.76% 0.67% -
HSV(B) 214.22º 0.54% 0.92% -
XYZ 33.98 34.96 83.56 -
YUV 153.88 173.78 94.56 -
System Red Green Blue C M Y K H S L
Decimal 107 162 235 0.54 0.31 0 0.08 214.22 0.76 0.67
Hex 6B A2 EB 36 1F 0 8 D6 4C 43
Octal 153 242 353 66 37 0 10 326 114 103
Binary 1101011 10100010 11101011 110110 11111 0 1000 11010110 1001100 1000011

Color Harmonies of #6BA2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BA2EB

Black with #6BA2EB

Text Example


Text Example

White with #6BA2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,162,235); }

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

background-color css

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

 a { background-color: rgb(107,162,235); }

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

border-color css

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

 span { border-color: rgb(107,162,235); }

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