Html Css Color HEX #69A3EE Cornflower Blue

📋 copy color: '#69A3EE'

red 105 ◦ green 163 ◦ blue 238

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

Shades of Cornflower Blue #69A3EE

Tints of Cornflower Blue #69A3EE

RGB

 RED value IS 105 (41.41% from 255) = 20.75%

 GREEN value IS 163 (64.06% from 255) = 32.21%

 BLUE value IS 238 (93.36% from 255) = 47.04%

R = 20.75%
G = 32.21%
B = 47.04%

CMYK

 C value IS 0.56

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#69A3EE (or 0x69A3EE) is known color: Cornflower Blue. HEX triplet: 69, A3 and EE. RGB value is (105,163,238). Sum of RGB (Red+Green+Blue) = 105+163+238=506 (67% of max value = 765). Red value is 105 (41.41% from 255 or 20.75% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #69A3EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #69A3EE is #965C11. Grayscale: #999999. Windows color (decimal): -9853970 or 15639401. OLE color: 15639401.

HSL color Cylindrical-coordinate representation of color #69A3EE: hue angle of 213.83º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69A3EE is Cyan = 0.56, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 105 163 238 -
CMYK 0.56 0.32 0 0.07
HSL 213.83º 0.8% 0.67% -
HSV(B) 213.83º 0.56% 0.93% -
XYZ 34.36 35.37 85.91 -
YUV 154.21 175.28 92.9 -
System Red Green Blue C M Y K H S L
Decimal 105 163 238 0.56 0.32 0 0.07 213.83 0.8 0.67
Hex 69 A3 EE 38 20 0 7 D6 50 43
Octal 151 243 356 70 40 0 7 326 120 103
Binary 1101001 10100011 11101110 111000 100000 0 111 11010110 1010000 1000011

Color Harmonies of #69A3EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #69A3EE

Black with #69A3EE

Text Example


Text Example

White with #69A3EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #69A3EE; }

 p { color: rgb(105,163,238); }

 H1.HeaderClassName
 {
   color: #69A3EE;
 }
 .AnyTagClassName
 {
   color: #69A3EE;
 }
</style>

background-color css

<style>
 a { background-color: #69A3EE; }

 a { background-color: rgb(105,163,238); }

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

border-color css

<style>
 span { border-color: #69A3EE; }

 span { border-color: rgb(105,163,238); }

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